#include <stdio.h>
void count_down( void ) {
// (a) Print the introductory message.
// (b) Declare an integer variable that you will use to count.Initially
// the counter should equal the start value, 346.
// (c) Begin a WHILE statement that will execute its loop bodyif the
// counter is greater than the end value, 74.
// (e) Print the value of the counter on a line by itself.
// (f) Subtract the step size, 3, from the counter.
// (d) End the WHILE statement
}
int main( void ) {
count_down();
return 0;
}
PayPal Gateway not configured
PayPal Gateway not configured