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 :(
3 Réponses
0
Sure, what have you coded so far?
0
#include<iostream> 
using namespace std: 
int main()
{
do{
       cout<<5<<" "
0
Okay thankyou ☺



