Question: 1. Write a program that asks the user for a number greater than 5 and prints all values between 1 and n that are multiples
1. Write a program that asks the user for a number greater than 5 and prints all values between 1 and n that are multiples of 5 (i.e. evenly divisible by 5).
2. Write a program that prompts the user for an integer n between 1 and 100. If the number is outside the range, it prints an error.
The program computes and prints at the end two things: a.The sum of the numbers from 1 to n. b.The average of the numbers from 1 to n.
using Scanner
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
