Huwebes, Pebrero 16, 2017

Actvity3

#include <stdio.h>
 int main(){

 printf("Subject Code:CS242\n");
   printf("Subject Title:programming language\n");
    printf("Section:BSCS2B\n");
    printf ("Activity No.3\n");
    printf ("Insructor: Clinton Reducto\n");

  printf("\n \n \n \n \n");

  char a = 'A';
  int b = 10;
  float c = 10.40000;


 printf("value of variable a:%c\n", 'A');
  printf("value of variable b:%d\n", 10);
  printf("value of variable c:%f\n", 10.400000);

  getchar();
   return 0;



}

Walang komento:

Mag-post ng isang Komento