Monday, September 22, 2008

TURBO C - Do while loops...

Create an inter active program which will ask the user to input a number and will be ask if the user wants to continue or not, If the user does not want to continue the program will stop and it will display the sum of all the inputs. (juz click the pix ^^)

Sunday, September 21, 2008

TURBO C - Event Controlled loop

A program that will continuously ask the user to enter a number until "0" is entered the program will stop and display the number entered and their sum. (juz click the pix ^^)

TURBO C - Fibonacci series

Fibonacci... susyal pakinggan pero ganun lang pala hehehe,,, (juz click the pix ^^)

TURBO C- for loop 1,,,,

create a program which will print your name based on your desired number.
(juz click the pix ^^)

Saturday, September 20, 2008

TURBO C - sequential "basic arithmetic"

Create a program that will accept two inputs from the user and will compute for its sum,difference,product,quotient and average.(juz click the images ^^)

TURBO C - "HELLO WORLD" ^^, basics....

Create a program that displays Hello World.
(juz click the images ^^)



#include
#include
main()

{

printf("Hello World");
getch();
}


me,my self and I....

First and foremost,,,,
I'm a 1st year college studying at Holy Angel University(awesome school^^,) and I'm taking up I.T.

The reasons why I created this blog simple for you guys to have an idea in some aspects of programming basics and to share the things I've learned from school, another thing personally I had a hard time finding some resources, books etc... whenever I'm doing an assignment specially in my logfor subject, maybe the fact that we don't have any book to use in school and one more thing whenever i post a question in some websites most of the people who comment are so rude that they insult and don't even answer my question. I guess most of the people who are one step ahead of me are boastful. Well I don't care Gaining knowledge is unlimited and they have no right to step at others right? hehehe... hope you guys find my blog useful...