Get Email Subscription

Enter your email address:

Delivered by FeedBurner

Sunday, April 11, 2010

Input total marks and display grade. Grade is calculated as follows.

 Input total marks and display grade. Grade is calculated as follows.

Total Marks Income Tax
>=360 First class
< 360 but >=270 Second class
< 270 but >=210 Pass class
<210 Fail


#include<stdio.h>
#include<conio.h>
#include<math.h>
void main( )
{
int tm;
printf("Enter Value of X");
scanf("%d", &tk);

if (tm >= 360)
  printf("Grade is First Class\n");
else
  if (tm >=270)
    printf("Grade is Second Class\n");
  else
      if (tm <= 210)
         printf("Grade is Pass Class");
      else
        printf("Grade is Fail\n");
getch( );
}


Dell Inspiron 545 i545-2062NBK Desktop PC with 21.5-Inch Flat Panel Monitor (Piano Black)Dell 3.0 Ghz. Super Fast GX Computer with Dell LCD Flat Monitor, Huge 500GB Hard Drive, 4GB RAM, DVD Burner (DVD-RW), and New Licensed Windows XP with Genuine Microsoft Authorized CDHP Pavilion Slimline S5220F Black Desktop PC (Windows 7 Home Premium)

Related Posts by Categories



0 comments:

About This Blog

Lorem Ipsum

  © Blogger templates Newspaper III by Ourblogtemplates.com 2008

Back to TOP