+ 1
int n= 10;
while(n>0){
n/=2;
cout<<n*n<<endl;
}
I think this would help
17th Oct 2020, 11:47 AM
Kavya

Often have questions like this?
Learn more efficiently, for free:
Hot today
Help me debug programm
0 Votes
Не понимаю что не так....
0 Votes
In operator confusing example
1 Votes
Why radio input is not working?
0 Votes
"That's Odd..." Problem using c#
0 Votes