I was able to figure out output 1 but couldn't figure out, output 2

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
100%

I was able to figure out output 1 but couldn't figure out, output 2..

Help Please.....

We will do the Java application IntegerAndDouble from homework04 again with some
additional features.
After prompting for the integer, your program must check the next input token: If it is not an
integer, then display a message and terminate the program. Do the same for the double number.
You must use one Scanner object and call Scanner methods to process input. You cannot use the
try-catch statement or call any parse method.
Before calculating the square root, your program must check the double number: If it is negative,
then display a message; otherwise, calculate and display the square root.
Before calculating the quotient divided by the double number, your program must check the
double number: If it is zero, then display a message; otherwise, calculate and display the
quotient.
Before calculating the quotients and remainder divided by the integer part of the double number,
your program must check the integer part of the double number: If it is zero, then display a
message; otherwise, calculate and display the quotients and remainder.
The square root is displayed with 4 decimal digits, the quotient divided by the double number is
displayed with 3 decimal digits, and the quotient divided by the integer part of the double
number is displayed with 2 decimal digits.
Transcribed Image Text:We will do the Java application IntegerAndDouble from homework04 again with some additional features. After prompting for the integer, your program must check the next input token: If it is not an integer, then display a message and terminate the program. Do the same for the double number. You must use one Scanner object and call Scanner methods to process input. You cannot use the try-catch statement or call any parse method. Before calculating the square root, your program must check the double number: If it is negative, then display a message; otherwise, calculate and display the square root. Before calculating the quotient divided by the double number, your program must check the double number: If it is zero, then display a message; otherwise, calculate and display the quotient. Before calculating the quotients and remainder divided by the integer part of the double number, your program must check the integer part of the double number: If it is zero, then display a message; otherwise, calculate and display the quotients and remainder. The square root is displayed with 4 decimal digits, the quotient divided by the double number is displayed with 3 decimal digits, and the quotient divided by the integer part of the double number is displayed with 2 decimal digits.
Sample output I
Enter an integer: 5a
5a is not an integer!
Program terminated!
Sample output II
Enter an integer: 5
The integer number is 5.
Enter a double number:
homework05
homework05 is not a double number!
Program terminated!
Sample output III
Enter an integer: 5
The integer number is 5.
Enter a double number:
-3.3
The double number is -3.3.
No square root, since the double number is negative.
The quotient of the integer number divided by the double number is -1.515.
The integer part of the double number is -3.
The double quotient of the integer number divided by the integer part of the
double number is -1.67.
The integer quotient of the integer number divided by the integer part of the
double number is -1.
The remainder of the integer number divided by the integer part of the double
number is 2.
Sample output IV
Enter an integer: 21
The integer number is 21.
Enter a double number:
0.5
The double number is 0.5.
The square root of the double number is 0.7071.
The quotient of the integer number divided by the double number is 42.000.
The integer part of the double number is 0.
No quotients or remainder, since the integer part of the double number is
zero.
Transcribed Image Text:Sample output I Enter an integer: 5a 5a is not an integer! Program terminated! Sample output II Enter an integer: 5 The integer number is 5. Enter a double number: homework05 homework05 is not a double number! Program terminated! Sample output III Enter an integer: 5 The integer number is 5. Enter a double number: -3.3 The double number is -3.3. No square root, since the double number is negative. The quotient of the integer number divided by the double number is -1.515. The integer part of the double number is -3. The double quotient of the integer number divided by the integer part of the double number is -1.67. The integer quotient of the integer number divided by the integer part of the double number is -1. The remainder of the integer number divided by the integer part of the double number is 2. Sample output IV Enter an integer: 21 The integer number is 21. Enter a double number: 0.5 The double number is 0.5. The square root of the double number is 0.7071. The quotient of the integer number divided by the double number is 42.000. The integer part of the double number is 0. No quotients or remainder, since the integer part of the double number is zero.
Expert Solution
steps

Step by step

Solved in 4 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