Using a while loop. create a C++ program that will display the output below. Output: 55 50 45 40 35 30 25 20 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Using a while loop. create a C++ program that will display the output below. Output: 55 50 45 40 35 30 25 20

Need help pls :(

7th Mar 2019, 11:52 PM
Rhea May Abay
Rhea May Abay - avatar
3 Answers
0
Sure, what have you coded so far?
7th Mar 2019, 11:55 PM
voidneo
0
#include<iostream> using namespace std: int main() { do{ cout<<5<<" "
8th Mar 2019, 12:06 AM
Rhea May Abay
Rhea May Abay - avatar
0
Okay thankyou ☺
8th Mar 2019, 12:40 AM
Rhea May Abay
Rhea May Abay - avatar