Sunday 19 August 2012

c program | multiple if | use decision control

 How to use decision control structure using multiple if

use of decision control structure using multiple if

void main()

{

int x;


printf("Enter the value of x:");

scanf("%d",&x);


if(x==10)

printf("Good");

if(x<10) printf("Poor"); if(x>10)

printf("Excellent");


}
Share This
Previous Post
Next Post

FYJC XI standard online admisson Process and declaraton of Merit list . Cut off List For prevous year also . 10 Th Results onlne declaraton Maharashtra Region .

0 comments: