Computer Science, asked by sarahbhatt08gmailcom, 2 months ago

Write down the output of the following in C++:

int p= 11;
do
{
cout << p <<" ";
Р- - ;
}
while (p>=0);​

Answers

Answered by ravimanasvi
0

THE FULL PROGR

Explanation:

Similar questions