Write a C++ code to perform the following steps: 1. Ask the user to enter two...

70.2K

Verified Solution

Question

Programming

Write a C++ code to perform the following steps:

1. Ask the user to enter two whole numbers number1 and number2(Number1 should be less than number2)

2. Calculate and print the sum of all even numbers betweenNumber1 and Number2

3. Find and print all even numbers between Number1 andNumber2

4. Find and print all odd numbers between Number1 andNumber2

5. Calculate and print the numbers and their squares between 1and 20 (inclusive)

6. Calculate and print the sum of the square of the odd numbersbetween Number1 and Number2

*(USE WHILE; Do not use For)

Answer & Explanation Solved by verified expert
3.7 Ratings (582 Votes)
include allows program to perform input and outputusing namespace    See Answer
Get Answers to Unlimited Questions

Join us to gain access to millions of questions and expert answers. Enjoy exclusive benefits tailored just for you!

Membership Benefits:
  • Unlimited Question Access with detailed Answers
  • Zin AI - 3 Million Words
  • 10 Dall-E 3 Images
  • 20 Plot Generations
  • Conversation with Dialogue Memory
  • No Ads, Ever!
  • Access to Our Best AI Platform: Flex AI - Your personal assistant for all your inquiries!
Become a Member

Other questions asked by students