Computer Science, asked by sakshirathod827, 14 hours ago

Write the output of the following program: void main() { int a=10; while(a>1) {
cout<<a--;
a=a-1;
}}​

Answers

Answered by rishabhkumar7439241
0

Answer:

hope it's help you

Attachments:
Similar questions