My code:-
#include<stdio.h>
#include<stdlib.h>
int main()
{
for (int a = 1 ; a <= 31 ; a += 1)
printf("%i\n",a);
for (char b ; 'enum (Monday,Tuesday,Wednesday,Thursday,Friday,Satursay)';b+=1)
printf("%c\n",B );
return 0;
}
MOD EDIT: Added code tags. When posting code...USE CODE TAGS!!!
This post has been edited by JackOfAllTrades: 17 August 2012 - 04:02 AM

New Topic/Question
Reply




MultiQuote









|