Create a program that will read integer, and then adds the values from 1 to n inclusive only if that value is not divisible by 3 or 5, and then prints the sum of numbers not divisible by the said numbers. For example, the input is 10 its sum is equal to 22 as it only adds the numbers 1,2,4,7, and 8, this is because it skips the 3,6, and 9 as those are divisible by 3, and it also skips 5 and 10 as it's divisible by 5.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 22PE
icon
Related questions
Question

In java program,,,,,,,,,,,,,,,,,,,,,,,,

Question 3
Create a program that will read integer, and then adds the values
from 1 to n inclusive only if that value is not divisible by 3 or 5, and
then prints the sum of numbers not divisible by the said numbers.
For example, the input is 10 its sum is equal to 22 as it only adds
the numbers 1,2,4,7, and 8, this is because it skips the 3,6, and 9
as those are divisible by 3, and it also skips 5 and 10 as it's
divisible by 5.
NOTE: Show your solution by following the stages in solving
problems. On the step Design Solution, write an Algorithm in
pseudocode, draw its Flow chart and write your code in Java, then
upload your answers in document or pdf type format along with
your code in Java. Please do not attempt to upload any other type
of files other than what is mentioned above.
Transcribed Image Text:Question 3 Create a program that will read integer, and then adds the values from 1 to n inclusive only if that value is not divisible by 3 or 5, and then prints the sum of numbers not divisible by the said numbers. For example, the input is 10 its sum is equal to 22 as it only adds the numbers 1,2,4,7, and 8, this is because it skips the 3,6, and 9 as those are divisible by 3, and it also skips 5 and 10 as it's divisible by 5. NOTE: Show your solution by following the stages in solving problems. On the step Design Solution, write an Algorithm in pseudocode, draw its Flow chart and write your code in Java, then upload your answers in document or pdf type format along with your code in Java. Please do not attempt to upload any other type of files other than what is mentioned above.
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Knowledge Booster
Constants and Variables
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
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