Mission is as follows.
#include
int main()
{
int hope;
printf("Learn a few programming languages\n");
printf("Learn to apply that programming knowledge toward iPhone game creation\n");
printf("%d you are not too late to the party\n",hope);
if(hope==true)
{
printf("Make a lot of money\n");
}
else
{
printf("Get a real job!\n");
}
printf("%d that was informative for you!\n",hope);
return(0);
}
Now obviously there are a few errors in this source code, but I think the message comes across pretty clear no? :P
No comments:
Post a Comment