Monday, February 28, 2011
0
Monday, February 28, 2011
RJ
read more
C Program Language (Math.h Function - Fabs,Floor,Ceil)
These program is all about the functions fabs, floor and ceil. Discover how those function works and the importance in the C programming language. At this time also I will be using math.h which is very important in solving mathematical operations.
The problem: Show the value of x after each of the following statement is performed.
a. x...
Sunday, February 27, 2011
0
Sunday, February 27, 2011
RJ
read more
C Program Language (Bank Problem)
This is the output in calculating the charges of interest. In this c program, it shows how to get the total amount of percentage. It ask the use to input the principal amount, the percent rate per month and the months to pay. Not try to see the codes that were being us...
0
RJ
read more
C Program Language (Ascending or Descending)
The problem is to create a program will ask the user a number and counts that the user wished to have and on what order will it count. And in this problem I used for repetition statement in getting the correct program. And here is the output of the program for ascending.
...
Saturday, February 26, 2011
0
Saturday, February 26, 2011
RJ
read more
C Program Language (using stdlib.h to repeat)

The header stdlib.h is very important in C language because it allow the user to repeat again to the main or exit/end the program. This used when the condition is given from the program and asked to repeat again or terminate. As we go along in our topic we will learn the different ways how to used the stdlib.h header in repeating the...
0
RJ
read more
C Program Language (Switch Loop - Calendar)
This time we will going create a program using switch looping and the example activity is the calender with their corresponding days. This is the sample problem
Create a program that will ask the user to enter a number from 1-12 then print its corresponding month and count o days, otherwise it will print INVALID INPUT! (Use SWITCH)Ex. Enter...
Friday, February 25, 2011
0
Friday, February 25, 2011
RJ
read more
C Program Language (Skip Count by 3 and 5)

I was asked by my teacher to create a program using while repetition statement skip counting by 3 and skip counting by 5. Thinking how to create it I was puzzled first on how to accomplish my task. To create the program I must think first the different ways on how to solve the program and I figured out the solution. Now check this program...
Thursday, February 24, 2011
0
Thursday, February 24, 2011
RJ
read more
C Language: Basic Operation (addition,subtraction,multiplication,division)
This program is about the basic operation of C language such as addition,subtraction,multiplication and division. Observe the codes and on how i used the + for addition, - for subtraction, * for multiplication and / for division. Just like common mathematics solution c language is also convenient to use and have a lot of usage. Without further...
Tuesday, February 22, 2011
0
Tuesday, February 22, 2011
RJ
read more
Finals is Fast Approaching
Everywhere you go in my school, students are really busy in their different jobs. It is all due to the fact that our finals is fast approaching. Everybody must be prepared in fixing their different requirements in their subjects. I feel like my head is going to explode because of different projects,assignments and other requirements. A lot of things to do and the worst thing about it is that it is so cold. Every morning when I...
Monday, February 21, 2011
0
Monday, February 21, 2011
RJ
read more
My First Program
My life as an I.T student has just started and I am in the first stage of programming. The first language that should learn is the C language not just because it is the required language for us but also it is the foundation of all language. If i learn that language it would be easy for me to adapt the other language needed to accomplish my...
Subscribe to:
Posts (Atom)