Question: c++ please show the output of your code at the end Write a program that asks the user for a positive integer value. The program
c++ please show the output of your code at the end
Write a program that asks the user for a positive integer value. The program should use a loop to get the sum of all the integers from 1 up to the number entered. For example, if the user enters 50, the loop will find the sum of 1,2,3,4,5 ... 50.
Your solution should use a loop to reject non numeric input, negative numbers and zero.
Write two versions of your solution. One version uses a for loop and one uses a while loop. You do not have to write two programs. Write the two loops in your main function
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
