Trace the program using the provided variables.

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

3

Please solve it now ASAP
this is very urgent
OOP JAVA

 

Question 3:
Consider the following code:
// Main method
public static void main(String[] args) {
try {
double HighGrade - 65;
double UniGrade = 2.9;
methodi (HighGrade, UniGrade);
} catch (Exception exception) {
System.out.println("you can not get discount");
}
}
// Method 1
// Precondition:
// Postcondition:
public static void methodl (double x, double y) throws Exception {
try {
method2 (y);
} catch (Exception exception) {
if (x >85) (
System.out
} else {
.println("You can get 15% discount because high School grage is:"
+ x);
"Must be more than 84.99 in your High School to get 15% discount",
exception);
.println("You can get 20% discount because your university grage is:"
+ Y);
throw new Exception (
"Must be more than 2.99 and less than 3.5 in the university to get 20% discount",
exception);
"Must be more than 3.49 in the university to get 25% discount");
.println("You can get 25% discount because university grage is:"
+ Y);
}
// Method 2
// Precondition:
// Postcondition:
public static void method2 (double y) throws Exception {
try {
method3 (y);
} catch (Exception exception) {
if (y - 3) (
System.out
} else {
}
throw new Exception (
}
// Method 3
// Precondition:
// Postcondition:
public static void method3 (double y) throws Exception {
if (y < 3.5) {
throw new Exception (
} else
System.out
}
Transcribed Image Text:Question 3: Consider the following code: // Main method public static void main(String[] args) { try { double HighGrade - 65; double UniGrade = 2.9; methodi (HighGrade, UniGrade); } catch (Exception exception) { System.out.println("you can not get discount"); } } // Method 1 // Precondition: // Postcondition: public static void methodl (double x, double y) throws Exception { try { method2 (y); } catch (Exception exception) { if (x >85) ( System.out } else { .println("You can get 15% discount because high School grage is:" + x); "Must be more than 84.99 in your High School to get 15% discount", exception); .println("You can get 20% discount because your university grage is:" + Y); throw new Exception ( "Must be more than 2.99 and less than 3.5 in the university to get 20% discount", exception); "Must be more than 3.49 in the university to get 25% discount"); .println("You can get 25% discount because university grage is:" + Y); } // Method 2 // Precondition: // Postcondition: public static void method2 (double y) throws Exception { try { method3 (y); } catch (Exception exception) { if (y - 3) ( System.out } else { } throw new Exception ( } // Method 3 // Precondition: // Postcondition: public static void method3 (double y) throws Exception { if (y < 3.5) { throw new Exception ( } else System.out }
a. Trace the program using the provided variables.
b. Write the precondition & postcondition for each method.
Transcribed Image Text:a. Trace the program using the provided variables. b. Write the precondition & postcondition for each method.
Expert Solution
steps

Step by step

Solved in 2 steps

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