Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started