- Joined
- Feb 28, 2013
- Messages
- 1,897
Okay guys , im now beginning to learn in Programming
Im using codeblocks I need your help guys. (You just need to correct me if i did it wrong )
Okay , heres my code.
Im learning how to make a new line .
"I havent tested it yet because i still dont have codeblocks on my PC at my house. I only have time to open codeblocks when im in the computer lab.
I just need someone to correct me if im wrong.
Again , its just a basic.
Im using codeblocks I need your help guys. (You just need to correct me if i did it wrong )
Okay , heres my code.
Im learning how to make a new line .
Code:
#include <stdio.h>
int main()
{
printf( "Yeah!\n" );
printf( "Im\n" );
printf( "So\n" );
printf( "Handsome\n" );
}
I just need someone to correct me if im wrong.
Again , its just a basic.