Write program using a while loop that asks the user for a number and prints a countdown from that
number to zero.
Answers
Answered by
1
Answer:
here you go I explain by c++
Explanation:
void main()
{
int n=1, count=10;
while (count=)
{ for(int i=1;i<=n;i++)
{
cout<<count--;
}
}}
hope this will help you!!!
mark it as brainlest answer
also follow me
pls
Similar questions
English,
1 year ago
English,
1 year ago
Social Sciences,
1 year ago
Hindi,
1 year ago
English,
1 year ago