We will do the Java application InputAndArithmetic Step 1: Input an integer Ask the user to enter an integer If the input token does not represent an integer Display a message Terminate the program Get the integer and store it in an integer variable Print the integer on one line Step 2: Input a second integer Ask the user to enter another integer If the input token does not represent an integer Display a message Terminate the program Get the integer and store it in an integer variable Print the integer on one line Step 3: Calculate and display the product of the two integers Step 4: Calculate and display the quotient and remainder If the second number is not zero Display the double quotient with 5 decimal digits on one line Display the integer quotient on one line Display the remainder on one line Otherwise Display a message Step 5: Calculate and display the square root of the first integer If the first integer is negative Display a message Otherwise Calculate and display the square root of the first integer with 3 decimal digits and a total length of 6 on one line Sample output I Enter an integer: first "first" is not an integer! Program terminated! Sample output II Enter an integer: 3 The first integer is 3. Enter a second integer: 5 The second integer is 5. The product of the two integers is 15. The double quotient of 3 divided by 5 is 0.60000. The integer quotient of 3 divided by 5 is 0. The remainder of 3 divided by 5 is 3. The square root of 3 is 1.732. Sample output III Enter an integer: -5 The first integer is -5. Enter a second integer: 3 The second integer is 3. The product of the two integers is -15. The double quotient of -5 divided by 3 is -1.66667. The integer quotient of -5 divided by 3 is -1. The remainder of -5 divided by 3 is -2. The first integer is negative and there is no square root. Sample output IV Enter an integer: 211 The first integer is 211. Enter a second integer: 0 The second integer is 0. The product of the two integers is 0. The second integer is zero and there is no quotient or remainder. The square root of 211 is 14.526.

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
We will do the Java application InputAndArithmetic Step 1: Input an integer Ask the user to enter an integer If the input token does not represent an integer Display a message Terminate the program Get the integer and store it in an integer variable Print the integer on one line Step 2: Input a second integer Ask the user to enter another integer If the input token does not represent an integer Display a message Terminate the program Get the integer and store it in an integer variable Print the integer on one line Step 3: Calculate and display the product of the two integers Step 4: Calculate and display the quotient and remainder If the second number is not zero Display the double quotient with 5 decimal digits on one line Display the integer quotient on one line Display the remainder on one line Otherwise Display a message Step 5: Calculate and display the square root of the first integer If the first integer is negative Display a message Otherwise Calculate and display the square root of the first integer with 3 decimal digits and a total length of 6 on one line Sample output I Enter an integer: first "first" is not an integer! Program terminated! Sample output II Enter an integer: 3 The first integer is 3. Enter a second integer: 5 The second integer is 5. The product of the two integers is 15. The double quotient of 3 divided by 5 is 0.60000. The integer quotient of 3 divided by 5 is 0. The remainder of 3 divided by 5 is 3. The square root of 3 is 1.732. Sample output III Enter an integer: -5 The first integer is -5. Enter a second integer: 3 The second integer is 3. The product of the two integers is -15. The double quotient of -5 divided by 3 is -1.66667. The integer quotient of -5 divided by 3 is -1. The remainder of -5 divided by 3 is -2. The first integer is negative and there is no square root. Sample output IV Enter an integer: 211 The first integer is 211. Enter a second integer: 0 The second integer is 0. The product of the two integers is 0. The second integer is zero and there is no quotient or remainder. The square root of 211 is 14.526.
Expert Solution
steps

Step by step

Solved in 4 steps with 3 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