erramaemejos.blogspot.com
Cs 121: Exercis 1
http://erramaemejos.blogspot.com/2009/02/exercis-1.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Printf(" t t n nWelcome to the World of Programming");. Subscribe to: Post Comments (Atom). DAvAo cItY, dAvAo dEL sUr, Philippines. View my complete profile.
erramaemejos.blogspot.com
Cs 121: Exercise 3
http://erramaemejos.blogspot.com/2009/02/exercise-3.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Int choice,a,b,n,y,sum=0,sub=0,mul=0,div=0;. Printf("W E L C O M E! Printf(" nSelect operation you like to Try! Printf(" n t[A] for ADDITION");. Printf(" n t[B] for SUBTRACTION");. Printf(" n t[C] for MULTIPLICATION");. Printf(" n t[D] for DIVISION");. Printf(" n t[E] for Exit");. Printf(" nEnter your choice operation here:");. Printf("Enter another number:");. View my complete profile.
erramaemejos.blogspot.com
Cs 121: exercise 5
http://erramaemejos.blogspot.com/2009/02/exercise-5.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Int h,i,j,x,y,choice,X;. Printf(" nEnter your favorite number:");. Printf(" nSelect pattern you like to appear! Printf(" n t[A] for Pattern 1");. Printf(" n t[B] for Pattern 2");. Printf(" n t[C] for Pattern 3");. Printf(" n t[D] for Pattern 4");. Printf(" nEnter your choice Pattern here:");. For(i=h,y=10;i =1;i- ,y ). For(j=i,x=35;j =1;j- ,x- ). Printf(" n nYou got a nice pattern!
erramaemejos.blogspot.com
Cs 121: Exercise 6
http://erramaemejos.blogspot.com/2009/02/exercise-6.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Float grade,average,sum;. Printf(" n n - - - - - - - - - - ");. Printf(" nEnter grade; -1 to exit");. Printf(" n n n t t t.,.,.,.,.,.,.,.,.,.,.,.");. Printf(" n t t tAverage is %.2f n",average=sum/a);}. If(average =95 & average. Subscribe to: Post Comments (Atom). DAvAo cItY, dAvAo dEL sUr, Philippines. View my complete profile.
erramaemejos.blogspot.com
Cs 121: Exercise 2
http://erramaemejos.blogspot.com/2009/02/exercise-2.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Printf(" t t M Y P E R S O N A L P R O F I L E! My real name is Erra Mae Adante Mejos n");. Printf("I am 17 yrs.old n");. Printf(" I was born on the 1st day of October year 1991 n");. Printf("Taking up BS IT at the University of Mindanao Matina Campus n");. Printf("I presently living in Riverside,Calinan, Davao City n");. Printf(" t tThank you for reading my profile ");.
erramaemejos.blogspot.com
Cs 121: February 2009
http://erramaemejos.blogspot.com/2009_02_01_archive.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Thursday, February 19, 2009. Gotoxy(2 x,1);textcolor(YELLOW);cprintf("Í");. Gotoxy(2 x,21);textcolor(BLUE);cprintf("Í");. Gotoxy(3,1 y);textcolor(LIGHTCYAN);cprintf("º");. Gotoxy(79,1 y);textcolor(LIGHTCYAN);cprintf("º");. Gotoxy(3,1);textcolor(BLUE);cprintf("É");. Gotoxy(3,21);textcolor(BLUE);cprintf("È");. Gotoxy(79,1);textcolor(BLUE);cprintf(" );. Gotoxy(79,21);textcolor(BLUE);cprintf("¼");. Gotoxy(25,14);text...
erramaemejos.blogspot.com
Cs 121: Frame
http://erramaemejos.blogspot.com/2009/02/frame.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Thursday, February 19, 2009. Gotoxy(2 x,1);textcolor(YELLOW);cprintf("Í");. Gotoxy(2 x,21);textcolor(BLUE);cprintf("Í");. Gotoxy(3,1 y);textcolor(LIGHTCYAN);cprintf("º");. Gotoxy(79,1 y);textcolor(LIGHTCYAN);cprintf("º");. Gotoxy(3,1);textcolor(BLUE);cprintf("É");. Gotoxy(3,21);textcolor(BLUE);cprintf("È");. Gotoxy(79,1);textcolor(BLUE);cprintf(" );. Gotoxy(79,21);textcolor(BLUE);cprintf("¼");. Gotoxy(25,14);text...
erramaemejos.blogspot.com
Cs 121: Exercise 7
http://erramaemejos.blogspot.com/2009/02/exercise-7.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Gotoxy(2 x,1);textcolor(CYAN);cprintf("Í");. Gotoxy(2 x,21);textcolor(GREEN);cprintf("Í");. Gotoxy(3,1 y);textcolor(CYAN);cprintf("º");. Gotoxy(79,1 y);textcolor(GREEN);cprintf("º");. Gotoxy(3,1);textcolor(BLUE);cprintf("É");. Gotoxy(3,21);textcolor(BLUE);cprintf("È");. Gotoxy(79,1);textcolor(BLUE);cprintf(" );. Gotoxy(79,21);textcolor(BLUE);cprintf("¼");. Case 'B': clrscr();. Gotoxy(2...
erramaemejos.blogspot.com
Cs 121: Exercise 4
http://erramaemejos.blogspot.com/2009/02/exercise-4.html
This blog is our requirements in CS 121 Programming Subjects in IT under Prof. Allen Reynon. Tuesday, February 17, 2009. Int salary, years, bonus=0;. Printf("Enter Salary: n");. Scanf("%d", &salary);. Printf("Enter Years of Service: n");. Scanf("%d", &years);. Printf("Bonus: %d", bonus);. Else if ( years. Printf("Bonus: %d", bonus);. Else if ( years. Bonus=salary*0.50 ;. Printf("Bonus: %d", bonus);. Printf("Bonus: %d", bonus);. Subscribe to: Post Comments (Atom). DAvAo cItY, dAvAo dEL sUr, Philippines.