+ 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
App Development
1 Votes
GUI-Based Python code in Webpage
3 Votes
Convert Animated SVG to PNG
1 Votes
My Missing Courses
1 Votes
Are '\0' and NULL the same?
1 Votes
Number addition
0 Votes
cyber security
0 Votes