Question: . Study the java program below and answer the questions that follow. import javax.Swing.JOptionPane public Class NumberDialog { public static void main(String [] args) {
. Study the java program below and answer the questions that follow. import javax.Swing.JOptionPane public Class NumberDialog { public static void main(String [] args) { int creditDays = 45; JOptionPane.showMessagedialog (null, "" + creditDays); JOptionPane.showMessageDialog (null, "Every Bill is due in " + creditDays + days; } } 5
a) Identify five (5) syntax errors on the java program above and rewrite the code to create an error-free program that first shows the user the number stored in creditDays and then shows Every Bill is due in 45 days
b) Explain why these five errors are classified under syntax errors
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
