Write a Java program to repeatedly input an integer named inp till the user enters 0. If the number is divisible by 4, invoke a method that prints that the entered number is divisible by 4, otherwise ask the user to enter another number. Sample input and output: Input a number (0 to stop): 5 Enter another number Input a number (0 to stop): 8 8 is divisible by 4

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter6: Looping
Section: Chapter Questions
Problem 2PE
icon
Related questions
Question

Write a Java program to repeatedly input an integer named inp till the user enters 0. If the number is divisible by 4, invoke a method that prints that the entered number is divisible by 4, otherwise ask the user to enter another number.
Sample input and output:
Input a number (0 to stop): 5
Enter another number
Input a number (0 to stop): 8
8 is divisible by 4

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr