Program :
#includemain() {
#include
int m1,m2,m3,m4,m5,per;
printf("Enter your marks of five subject :\n "); scanf("%d %d %d %d %d", &m1,&m2,&m3,&m4,&m5); per=(m1+m2+m3+m4+m5)/5; if(per>=60) printf("You get 1st Division "); else
{if(per>=50)
printf("You are get 2nd Division"); else {if(per>=40) printf("You are get 3rd division"); else
printf("\n\t\tYou are Fall"); } } getch(); }
- How to come programming language C?
- How to print a color text in programming language C?
- What is C library function ?
- How to write a comment a programming language in C ?
- Can I be a good programmer ?
- What is your age, day, minutes, Seconds ?
- Are you Learning programming C# ?
No comments:
Post a Comment
Please post your Comment..