Question: 5A) Given the following code segment find the errors (15 points) : put line number & describe error, Assume that the java template and all
5A) Given the following code segment find the errors (15 points) : put line number & describe error, Assume that the java template and all import statements are included. 1 2 double d1; double d2,03; 3 3 Scanner keyboard = new Scanner (System.in); 5 6 7 8 9 System.out.println ("Enter number 1"); d1-keyboard.nextDouble: System.out.println ("Enter number 2"); dl-keyboard.nextDouble(); System.out.println("Enter number 3"); d3-keyboard.nextDouble) 10 answer-pow(d1,43); 11 System.out.printf (answer -%8.20+answer) 12 System.out.println ("Done"); Syntax errors (4, if one error causes others, only show first) Logical/Formating errors (2) - Format errors include layout of both code and output
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
