Question: The code in java above is correct but it keeps saying it's incomplete. I need help fixing this code. Please help only if you can

 The code in java above is correct but it keeps sayingit's incomplete. I need help fixing this code. Please help only if

The code in java above is correct but it keeps saying it's incomplete. I need help fixing this code. Please help only if you can I don't want to waste a question.

This is the complete question:

The file provided in the code editor to the right contains syntax and/or logic errors. In each case, determine and fix the problem, remove all syntax and coding errors, and run the program to ensure it works properly.

Grading

Write your Java code in the area on the right. Use the Run button to compile and run the code. Clicking the Run Checks button will run pre-configured tests against your code to calculate a grade.

Once you are happy with your results, click the Submit button to record your score.

The file provided in the code editor to the right contains syntax and/or logic errors. In each case, determine and fix the problem, remove all syntax and coding errors, and run the program to ensure it works properly. Find and fix any logic and syntax errors. 6.67 out of 10.00 2 out of 3 checks passed. Review the results below for more details. 1 public class Debug Fouri 2 { 3 public static void main(String[] args) 4 { 5 int oneInt = 315; 6 double oneDouble = 12.4; 7 char oneChar = 'A'; 8 System.out.print("The int is "); 9 System.out.println(oneInt); 10 System.out.print("The double is "); 11 System.out.println(oneDouble); 12 System.out.print("The char is "); 13 System.out.println(oneChar); 14 } 15 } 16 Checks > Custom Test Complete Fix the error with the main function > Custom Test Complete Fix any errors in the variable declarations Test Case Incomplete Program runs and produces the correct output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!