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


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

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




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()
>  >>  >>  > }
>  >>  >>
>