#include<stdio.h> int main() { int counter; for(counter=200;counter>=0;counter--){ printf("%d ",counter); } return 0; }
Coins can be redeemed for fabulous gifts.
Log In
Sign Up
Get Answers For Free Most questions answered within 1 hours.