Write down the output of the following in C++:
int p= 11;
do
{
cout << p <<" ";
Р- - ;
}
while (p>=0);
Answers
Answered by
0
THE FULL PROGR
Explanation:
Similar questions