0% found this document useful (0 votes)
44 views3 pages

Program 1: Input:: #Include Void

The document describes two C programs written by a civil engineering student. The first program expresses that the student did not expect coding to be easy to learn, but fell in love with it after taking a class. The student hopes to build their first program to help their community. The second very basic program prints "Hello World", "I need money", and "$$$".

Uploaded by

PcAdWiR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views3 pages

Program 1: Input:: #Include Void

The document describes two C programs written by a civil engineering student. The first program expresses that the student did not expect coding to be easy to learn, but fell in love with it after taking a class. The student hopes to build their first program to help their community. The second very basic program prints "Hello World", "I need money", and "$$$".

Uploaded by

PcAdWiR
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

PROGRAM 1:

INPUT :

/*NAME: AHMAD MUNAWIR BIN AHMAD WARDI


ID : CE0102963
PROGRAM : BACHELOR OF CIVIL ENGINEERING (Hons)
PURPOSE : MY PERCEPTION OF CODDING*/

#include <stdio.h>

void main()
{
printf("TO BE HONEST , \n\n");
printf("\t\t I NEVR EXPECT THAT \n\n");
printf("\t\t CODDING IS EASY TO LEARN \n\n");
printf("\t\t------------\****------------\n\n");
printf("\t\t BEFORE I STARTED STUDY IN ENGINEERING FIELD \n\n ");
printf("\t\t I ALREADY LEARN SO MANY THING ABOUT I.T\n\n");
printf("\t\t EXCEPT CODDING , BECAUSE WRITTING A CODE IT HARD TO LEARN WITHOUT GUIDE.\n\n");
printf("\t\t UNTIL I ENTER THIS CLASS , I FALL IN LOVE WITH IT. \n\n ");
printf("\t\t I HOPE WITH THIS FOUNDATION I CAN ACHIEVE SOMETHING LIKE, \n\n");
printf("\t\t BUILD MY FIRST PROGRAM THAT WILL facilitating the community\n\n");
printf("FOR MY LAST WORD , NEVER STOPED CHASSING YOUR DREAM\n\n");
printf("\t\t\(@)^^^^^(@)\n\n");
printf("\t\t\t -----\n\n");

}
OUTPUT :
TO BE HONEST ,

I NEVR EXPECT THAT

CODDING IS EASY TO LEARN

------------****------------

BEFORE I STARTED STUDY IN ENGINEERING FIELD

I ALREADY LEARN SO MANY THING ABOUT I.T

EXCEPT CODDING , BECAUSE WRITTING A CODE IT HARD TO LEARN WITHOUT


GUIDE.

UNTIL I ENTER THIS CLASS , I FALL IN LOVE WITH IT.

I HOPE WITH THIS FOUNDATION I CAN ACHIEVE SOMETHING LIKE,

BUILD MY FIRST PROGRAM THAT WILL facilitating the community

FOR MY LAST WORD , NEVER STOPED CHASSING YOUR DREAM

(@)^^^^^(@)

-----

Press any key to continue . . .


PROGRAM 2 :
INPUT :
/*NAME :AHMAD MUNAWIR BIN AHMAD WARDI
ID : CE0102963
PROGRAM : BACHELOR OF CIVIL ENGINEERING
PURPOSE : MY 1st LESSON */
#include <stdio.h>

void main()
{
printf("\t\t\t HELLO WORLD \n\n");
printf("\t\t\t I NEED MONEY \n\n");
printf("\t\t\t $$$ \n\n");
}

OUTPUT :

HELLO WORLD

I NEED MONEY

$$$

Press any key to continue . . .

You might also like