Re: CENSUS of user's ages... (A82: )


[Prev][Next][Index][Thread]

Re: CENSUS of user's ages... (A82: )




It did 2 years ago...  When I was in 6th grade I thought stdio was spelled
wrong so I renamed the file...  Come on...  I myself havn't seen this in 2
years...  All I did was attach it as an inline text file and send it...

>You're telling me this compiled, I don't believe you. Some stuff is alright,
>but a lot is very wrong
>
>#include "studio.h"
>main(char name)
> {
>       gets(name);
>         if(adam==name) printf("I guess you can use the computer..."
> );
>       else busy();
>>  >>  >>  > }
>>  >>  >>  > busy()
>>  >>  >>  > {
>>  >>  >>  >         printf("Nope.  Not adam.../n/n");
>>  >>  >>  >         busy()
>>  >>  >>  > }
>>  >>  >>
>>