Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a java program to configure if a number is divisible by 11, 9, 6 based on the users input. The program will first ask the

a java program to configure if a number is divisible by 11, 9, 6 based on the users input. image text in transcribed
The program will first ask the user if they would like to randomly generate a number or enter it. If the user picks the randomly generated number, the program will use Math.random() to randomly generate the digits and will display the 5-digit number to the user. If the user wants to enter the number, then the program will ask the user for a 5- digit number The program will then ask the user if they would like to see if the number is divisible by 11,9 or 6. Once the user has entered their choice, the program will output whether the number is divisible by the number the user chose, 11.9 or 6 or not divisible by that number. If it is, the program will display the number with a space after it and the text, "is divisible by 11/9/6". If it is not, then the computer displays the number with a space after it and the text, "is not divisible by 11/9/6". The program will also be able to handle incorrect integer input. If the user does not enter a number that is expected the program will state, "Incorrect input

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

DB2 11 The Ultimate Database For Cloud Analytics And Mobile

Authors: John Campbell, Chris Crone, Gareth Jones, Surekha Parekh, Jay Yothers

1st Edition

1583474013, 978-1583474013

More Books

Students also viewed these Databases questions

Question

Explain the causes of indiscipline.

Answered: 1 week ago

Question

Explain the factors influencing wage and salary administration.

Answered: 1 week ago