Tuition per credit hour Undergraduate In state: $299 Outof state: $829 Graduate
ID: 3615758 • Letter: T
Question
Tuition per credit hour
Undergraduate In state: $299 Outof state: $829
Graduate Instate: $417 Out of state: $953
Write a GUI program that calculates your tuition for you.The program should provide a way of specifyingundergraduate/graduate status, residency status, and number ofcredit hours. It should then calculate and display the appropriatetotal tuition amount.
Hints: You can use the JTextFieldclass toallow entering of numerical data.Make sure that your programaccounts for invalid user input the program should never crash dueto user input.
Explanation / Answer
x.