Question: 1. Write a program to print all integer values between 1 and n that are multiples of 4 (i.e. evenly divisible by 4). 2. Write
1. Write a program to print all integer values between 1 and n that are multiples of 4 (i.e. evenly divisible by 4). 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
