3 - Write a program that asks the user to input an integer. Read the input inside a loop and check the input, if it is a integer print it out and quit. If it is not integer data re-ask the user to input an integer.

Programming Logic & Design Comprehensive
9th Edition
ISBN:9781337669405
Author:FARRELL
Publisher:FARRELL
Chapter5: Looping
Section: Chapter Questions
Problem 9RQ
icon
Related questions
Question

To run this program I'm using eclipse.

3 - Write a program that asks the user to input an integer. Read the input inside a loop and check the input, if it is a integer
print it out and quit. If it is not integer data re-ask the user to input an integer.
Transcribed Image Text:3 - Write a program that asks the user to input an integer. Read the input inside a loop and check the input, if it is a integer print it out and quit. If it is not integer data re-ask the user to input an integer.
Expert Solution
Step 1

As per the question, we need to write a program that does the following :

Input an integer from user in a loop.

If input is integer, print it and exit.

Else ask for input again.

Since the programming language is not specified, I have given the code in Java that runs on Eclipse.

I have used the concept of try catch in implementing the given problem. If the user inputs an integer, input is printed and loop exits. But if something else is entered, an exception occurs and try block is executed where the user is asked to enter the input again.

trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Types of Loop
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr