Question: Project - Version A 1. Write a program that prompts the user to enter two integers. The program outputs how many numbers are multiples of

 Project - Version A 1. Write a program that prompts the

Project - Version A 1. Write a program that prompts the user to enter two integers. The program outputs how many numbers are multiples of 3 and how many numbers are multiples of 5 between the two integers (inclusive) 2. Write a C++ program that reads from user two integers, ni and n2 such that ni must be less than n2, then do the following a. Output all odd numbers between ni and n2 b. Output the sum of the square of the odd numbers found in the previous question C. Write a built-in function to find n12 3. Write a program that reads an unspecified number of characters from the user. The program stops when a question mark (?) is entered by the user. The program counts the number of lower-case letters entered by the user. 4. Reads the temperature for weekdays (Use Loops) and displays the average temperature for that week. Note that the program should display a description for each day as the following Temperature >= 90: It's hot! Temperature (70-90): It's warm Temperature (50-70): It's cool Temperature

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!