7. Long Distance Calls A long-distance provider charges the following rates for telephone calls: Rate Category Rate per Minute Daytime (6:00 a.m. through 5:59 p.m.) $0.07 Evening (6:00 p.m. through 11:59 p.m.) $0.12 Off-Peak (12:00 a.m. through 5:59 a.m.) $0.05 Create a GUI application that allows the user to select a rate category (from a set of radio buttons), and enter the number of minutes of the call into a text field. A dialog box should display the charge for the call. 8. Latin Translator Look at the following list of Latin words and their meanings. Latin English sinister left dexter right medium center Write a GUI application that translates the Latin words to English. The window should have three buttons, one for each Latin word. When the user clicks a button, the program displays the English translation in a label.
7. Long Distance Calls
A long-distance provider charges the following rates for telephone calls:
Rate Category Rate per Minute
Daytime (6:00 a.m. through 5:59 p.m.) $0.07
Evening (6:00 p.m. through 11:59 p.m.) $0.12
Off-Peak (12:00 a.m. through 5:59 a.m.) $0.05
Create a GUI application that allows the user to select a rate category (from a set of radio
buttons), and enter the number of minutes of the call into a text field. A dialog box should
display the charge for the call.
8. Latin Translator
Look at the following list of Latin words and their meanings.
Latin English
sinister left
dexter right
medium center
Write a GUI application that translates the Latin words to English. The window should
have three buttons, one for each Latin word. When the user clicks a button, the program
displays the English translation in a label.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 15 images