Monday, September 26, 2011

2

Personal Technology Blog

  • Monday, September 26, 2011
  • RJ
  • Hello folks! :) How are you? It's been so long time since the last time I posted something in this blog, I regret about it, because I found this blog very productive and helps a lot of people. Thus, I decided to continue blogging. So watch for more informative post in this blog folks, we will talk some programming language, gadgets, software,...
    read more

    Thursday, August 11, 2011

    0

    C Program Language (Perfect Numbers)

  • Thursday, August 11, 2011
  • RJ
  • In this program you will be told on how to sold problem in C program language which the perfect and not perfect numbers. See the screen example below. After you've seen the expected output i will show you the codes on how to get the c program perfect numbers. Check out the cod...
    read more

    Saturday, March 12, 2011

    1

    C Program Language (Converting Radian to Degree)

  • Saturday, March 12, 2011
  • RJ
  • Another program will be shown be tackling on how to convert degree to radian using the math.h functions with the help of  fabs, floor and ceil. The sample output. Check out the codes and have f...
    read more

    Thursday, March 10, 2011

    0

    C Program Language (Converting Degree to Radian)

  • Thursday, March 10, 2011
  • RJ
  • These post will be handling on how to convert degree to radian including minutes. Here's the output. Check out the codes and learn somethin...
    read more

    Saturday, March 5, 2011

    5

    C Program Language (Converting Fraction to Decimal)

  • Saturday, March 5, 2011
  • RJ
  • For all the post I had created I think this is the most simple yet very interesting. Few words only are being used in this program but gives a very helpful thing to the new programmers and fun coding mathematical problems. This program converting fractions to decimal gives us new idea how to program new topics, these program also improve...
    read more

    Thursday, March 3, 2011

    2

    C Program Language (Functions: Square Root And Power)

  • Thursday, March 3, 2011
  • RJ
  • The problem is the program must ask the user what function should be used either Square, Square Root or Power which usually known as exponential function. Then after the tree choices the program will ask the user to input given or data to solve it is like a menu where you can select what you want and suited in your needs. At the same time...
    read more

    Wednesday, March 2, 2011

    1

    C Program Language (Area Of Circle, Triangle and Square)

  • Wednesday, March 2, 2011
  • RJ
  • These program will be tackling about the area of a circle, triangle and square. We all know that to get the area of  those shapes we must identify first the formulas to used. Now here are the formulas Circle Area = πr2 Circumference=2πr r = radius Triangle Area = ½b × h b = base h = vertical height Square Area = a2 a = length of side After...
    read more

    Monday, February 28, 2011

    0

    C Program Language (Math.h Function - Fabs,Floor,Ceil)

  • Monday, February 28, 2011
  • RJ
  • 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...
    read more

    Sunday, February 27, 2011

    0

    C Program Language (Bank Problem)

  • Sunday, February 27, 2011
  • RJ
  • 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...
    read more
    0

    C Program Language (Ascending or Descending)

  • RJ
  • 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. ...
    read more

    Saturday, February 26, 2011

    0

    C Program Language (using stdlib.h to repeat)

  • Saturday, February 26, 2011
  • RJ
  • 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...
    read more
    0

    C Program Language (Switch Loop - Calendar)

  • RJ
  • 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...
    read more

    Friday, February 25, 2011

    0

    C Program Language (Skip Count by 3 and 5)

  • Friday, February 25, 2011
  • RJ
  • 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...
    read more

    Thursday, February 24, 2011

    0

    C Language: Basic Operation (addition,subtraction,multiplication,division)

  • Thursday, February 24, 2011
  • RJ
  • 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...
    read more

    Tuesday, February 22, 2011

    0

    Finals is Fast Approaching

  • Tuesday, February 22, 2011
  • RJ
  • 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...
    read more

    Monday, February 21, 2011

    0

    My First Program

  • Monday, February 21, 2011
  • RJ
  • 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...
    read more

    Subscribe