Re: CENSUS of user's ages... (A82: )
[Prev][Next][Index][Thread]
Re: CENSUS of user's ages... (A82: )
nope works fine for me... I made it when I was 12 (in 6th grade) so it
isn't perfect...
>This is damn shitty C then. The arrays are just variables... this code has
>problems
>> >> > #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()
>> >> > }
>> >>
Follow-Ups: