Question: mars 2. Create a Java program that use a GUI dialog box to ask the user to enter the three-letter month value (such as Jan,

mars 2. Create a Java program that use a GUI dialog box to ask the user to enter the three-letter month value (such as Jan", "Mar, Oct"), and then uses the switch..case statement to match the case and display their associated month name in French in a message box. Be sure to display No such month called "XXX*** (in which "XXX" is the three-letter enter by the user) if not matching case exists. English French Jan janvier Feb fevrier Mar Apr avril May Jun juin Jul juillet Aug Sep septembre Oct octobre Nov novembre Dec decembre mai aout 3. Make sure the output looks similar to the following. [Note: Be sure to use input an output dialog boxes; otherwise, you might receive zero.] 128 Java Programming - Penniel P. Wu, PhD Input Message X ? Enter a 3-letter month value: May 0 in French, it is mai OK Cancel OK and Input Message ? Enter a 3-letter month value: Huy No such month called "Huy". OK Cancel OK
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
