Note: 1- you do not need (and should not) to import any additional package/class. 2- We do not need an array to handle this program. So you should not use any array. Hint: See if java.lang.Integer.toString() is helpful. Note that the java.lang package is always imported by default for Java.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

 Note:
1- you do not need (and should not) to import any additional package/class.
2- We do not need an array to handle this program. So you should not use any array.
Hint: See if java.lang.Integer.toString() is helpful. Note that the java.lang package
is always imported by default for Java.

Sample result 1:
Sample result 2:
Sample result 3:
This program finds all divisible by N numbers between 8 and M.
Please enter M (M should be an integer number): 100
Please enter N (N should be an integer number): 7
There are 14 divisible by 7 number between 0 and 100.
The divisible by 7 number (s) between 0 and 100:
7, 14, 21, 28, 35, 42, 49, 56, 63, 70, 77, 84, 91, 98
Process finished with exit code 0
This program finds all divisible by N numbers between 0 and M.
Please enter M (M should be an integer number): 10
Please enter N (N should be an integer number): 8
There is one divisible by 8 number between 0 and 10.
The divisible by 8 number (s) between 0 and 10:
8
Process finished with exit code 0
This program finds all divisible by N numbers between 0 and M.
Please enter M (M should be an integer number): 7
Please enter N (N should be an integer number): 100
There is no divisible by 100 number between 0 and 7.
Process finished with exit code 0
Transcribed Image Text:Sample result 1: Sample result 2: Sample result 3: This program finds all divisible by N numbers between 8 and M. Please enter M (M should be an integer number): 100 Please enter N (N should be an integer number): 7 There are 14 divisible by 7 number between 0 and 100. The divisible by 7 number (s) between 0 and 100: 7, 14, 21, 28, 35, 42, 49, 56, 63, 70, 77, 84, 91, 98 Process finished with exit code 0 This program finds all divisible by N numbers between 0 and M. Please enter M (M should be an integer number): 10 Please enter N (N should be an integer number): 8 There is one divisible by 8 number between 0 and 10. The divisible by 8 number (s) between 0 and 10: 8 Process finished with exit code 0 This program finds all divisible by N numbers between 0 and M. Please enter M (M should be an integer number): 7 Please enter N (N should be an integer number): 100 There is no divisible by 100 number between 0 and 7. Process finished with exit code 0
Expert Solution
steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Array
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
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education