Computer Science, asked by noorjotsinghman5131, 1 year ago

Counter that counts from maximum count downward to zero

Answers

Answered by kamal1423
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)
}

kamal1423: its printf(i) and add delay below the print statement i.e delay(1000);
Similar questions