Write a program that reads the french name of a country and


Problem

French country names are feminine when they end with the letter e, masculine otherwise, except for the following which are masculine even though they end with e:

• le Belize

• le Combodge

• le Mexique

• le Mozambique

• le Zaïre

• le Zimbabwe

Write a program that reads the French name of a country and adds the article: le for masculine or la for feminine, such as le Canada or la Belgiqe. However, if the country name starts with a vowel, use l'; for example, l' Afghanistan. For the following plural country names, use les:

• les Etats-Unis

• les Pays-Bas.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Write a program that reads the french name of a country and
Reference No:- TGS02626431

Expected delivery within 24 Hours