Counter that counts from maximum count downward to zero
Answers
Answered by
0
if you want it in c:
write a for loop
n is the max no
for(int i =n; i >=0; i--){
print f(I)
}
write a for loop
n is the max no
for(int i =n; i >=0; i--){
print f(I)
}
kamal1423:
its printf(i) and add delay below the print statement i.e delay(1000);
Similar questions