Question: write a program in c++ language that prints the following console output using the while loop. Do not use if else , setw() and for
write a program in c++ language that prints the following console output using the while loop. Do not use if else , setw() and
--------------------while loop----------------
value of a number:11
value of a number:12
value of a number:13
value of a number:14
value of a number:15
sum of the number from while- loop:65
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
