Biyernes, Agosto 30, 2013

For LOop

For loop

#include<stdio.h>
int main( )
{
                       int a;
                       for(a=1;a<10;a++)
                              {
                                    printf("Hello");
                               }
}


While  loop

#include<stdio.h>
int main( )
{
                   int a;
                   int z=0;
           while(z==0)
                        {
                               printf("Hello");
                               printf("Try Again Press 1 if  yes press 0 if no");
                               scanf(""%d",&a);
                                           if(a==1)
                                                           {
                                                                    z=1;
                                                            }
                                           if(a==2)
                                                           {
                                                                   z=0;
                                                            }
                                }
        getchar();
}

Huwebes, Agosto 8, 2013

Project for prog 1



Prog 2 ( Clanguage Programming)
Project for Midterm

All Student  under  Prog 1  in  Sjb  is  required  for 
joining  this  blog  for  whole  semester.

Sabado, Agosto 3, 2013

CST 1B  TOP  10 IN PROGRAMMING







1. Ayala Jean........................................................87.1
2. Agcang Manilyn.................................................85
3. Cano Janella......................................................83.9
4. Barnedo Mary Ann............................................83.8
5. Zaide Lhealyn....................................................83.3
6. Alfeche Clark Ivy...............................................83
7. Luzano Angelica.................................................82.88
8. Cabasa Vincent Ryan.........................................82.86
9  Tolentino Vannesa Mae......................................82.18
10.  Paneda Jame......................................................82.14







Congrats  sa mga  top 10 ng  1B   Lahat  Deserving  Sana  Imaintain  ang  grade  o mas  maganda  pataasen   pa  kaya naten  yan............

CST 1A  TOP  10 


1. Sapul Kanesha Mae............................................92
2.Lee Leah.............................................................89
3.Ode Dayanara.....................................................88
4.Doble Joy............................................................87.5
   Gervacio Jonel.....................................................87.5
5.Cordova Revie Rosselyn...................................86.5
6.De pedro Ravie...................................................86.3
7.Tanguamos Christian............................................86.2
8.Escoto Anna Patricia............................................85.9
9.Manangat Evian Mae............................................85.7
   AƱonuevo Ann luisa..............................................85.7
10Guitterez Rose Mary............................................85.3




Congrats sa mga  top 10   para  cst  1A   Sana Sunod   Maintain  nyu  o  taasaan  Pa ...............

Biyernes, Agosto 2, 2013

Eto  yun  Pag  Babase  san  nyu  ng  formula   sa pagawa ng  metric    conversion  para sa NExt Topic  Naten   Sa friday  PWede  kaung Gumwa Ng Program  Na   Base  Dito  Para Pag Dating Ng Friday
MakUwa Nyu Na





Sana  Makuwa  Nyu Na 
Gawa Lang Kaung nG  Input  kda Conversion  Snayin Nyu Na

SIMPLE CALCULATOR

ETO yung  Program   kANINA  sA mGa hndi na ka Copy   Kanina  eto  yung Codes  Para Sainyu.


#include<stdio.h>
int main()
{
           int num1.num2.sum,dif,pro,quo;      
          printf("Enter 1st number. :");
          scanf("%d",&num1);
          printf("Enter 2nd number. :");
          scanf("%d",&num2);
       

         sum=num1+num2;
         dif=num1-num2;
         pro=num1*num2;
         quo=num1/num2;

         printf("the sum is. :%d\n",sum);
         printf("the product is. %d\n:",pro);
         printf("the difference is. :%d\n",dif);
         printf("the quotient is. :%d",quo);

        getchar();
        getchar();

}






Sa MGa  Nag hahanap NG  Installer  ng   DevC++  dito  kau mag  download sa link  na to  click  nyu lang
DEV C++ installer


Welcome  sa Blogsite  para Estudyante ng Bosco Ginawa  Ang blogsite nato para sa  mga  estudyante ng bosco   na gustong  matuto ng  C language   Pwede kaung   Magpost at  magtanung  sa Aken.


.