public class DebugThree2 { public static void main(String args[]) int a = 2, b = 5, c = 10; add(a, b); add (b, c); subtract(c, a); public static void add(int a, b) { System.out.println("The sum of " + a + " and " + a + " is " + (a + b)); public static void subtract(int a, b) { System.out.println("The difference between a + " and " + b + " is " + (a * b)); }

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
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.

CENGAGE MINDTAP
Debugging Exercise 3-2
Instructions
DebugThree2.java
>- Terminal
1 // This application displays some math facts
2 public class DebugThree2
3 {
sandbox $0
The file provided in the code editor to the right
contains syntax and/or logic errors. In each case,
4
public static void main(string args[])
determine and fix the problem, remove all syntax
</>
int a = 2, b = 5, C= 10;
add(a, b);
add (b, c);
and coding errors, and run the program to ensure it
works properly.
7
subtract(c, a);
Grading
10
11
public static void add(int a, b)
Write your Java code in the area on the right. Use the
12
Run button to compile and run the code. Clicking
System.out.printin("The sum of " + a +
" and " + a +" is " + (a + b));
13
the Run Checks button will run pre-configured tests
14
against your code to calculate a grade.
15
}
public static void subtract(int a, b)
16
17
{
Once you are happy with your results, click the
Submit button to record your score.
18
System.out.println("The difference between
a + " and " +b +" is " + (a * b));
19
20
21 }
22
Transcribed Image Text:CENGAGE MINDTAP Debugging Exercise 3-2 Instructions DebugThree2.java >- Terminal 1 // This application displays some math facts 2 public class DebugThree2 3 { sandbox $0 The file provided in the code editor to the right contains syntax and/or logic errors. In each case, 4 public static void main(string args[]) determine and fix the problem, remove all syntax </> int a = 2, b = 5, C= 10; add(a, b); add (b, c); and coding errors, and run the program to ensure it works properly. 7 subtract(c, a); Grading 10 11 public static void add(int a, b) Write your Java code in the area on the right. Use the 12 Run button to compile and run the code. Clicking System.out.printin("The sum of " + a + " and " + a +" is " + (a + b)); 13 the Run Checks button will run pre-configured tests 14 against your code to calculate a grade. 15 } public static void subtract(int a, b) 16 17 { Once you are happy with your results, click the Submit button to record your score. 18 System.out.println("The difference between a + " and " +b +" is " + (a * b)); 19 20 21 } 22
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY