The capital of Angola is Luanda.

'; break; case 'Botswana': echo '

The capital of Botswana is Gaborone.

'; break; case 'Comoros': echo '

The capital of Comoros is Moroni.

'; break; case 'DR Congo': echo '

The capital of DR Congo is Kinshasa.

'; break; case 'Eswatini': echo '

The capital of Eswatini is Mbabane (executive) and Lobamba (legislative).

'; break; case 'Lesotho': echo '

The capital of Lesotho is Maseru.

'; break; case 'Madagascar': echo '

The capital of Madagascar is Antananarivo.

'; break; case 'Malawi': echo '

The capital of Malawi is Lilongwe.

'; break; case 'Mauritius': echo '

The capital of Mauritius is Port Louis.

'; break; case 'Mozambique': echo '

The capital of Mozambique is Maputo.

'; break; case 'Namibia': echo '

The capital of Namibia is Windhoek.

'; break; case 'Seychelles': echo '

The capital of Seychelles is Victoria.

'; break; case 'South Africa': echo '

The capital of South Africa is Pretoria (executive), Cape Town (legislative), and Bloemfontein (judicial).

'; break; case 'Tanzania': echo '

The capital of Tanzania is Dodoma.

'; break; case 'Zambia': echo '

The capital of Zambia is Lusaka.

'; break; case 'Zimbabwe': echo '

The capital of Zimbabwe is Harare.

'; break; default: echo '

Please select a valid SADC country.

'; } } ?>