License, disclaimer of liability, and limited warranty


We are in a position to write some programs now



Download 2,08 Mb.
Pdf ko'rish
bet353/393
Sana05.01.2022
Hajmi2,08 Mb.
#319699
1   ...   349   350   351   352   353   354   355   356   ...   393
Bog'liq
C Programming A Self Teaching Int 1uq45XL

We are in a position to write some programs now.
Example
  1:  Write  a  C  program  to  read  a  student’s  record  and  find  his  grade  percentage.  It
should also assign the grade according to the rules given below:
Percentage marks Grade
         >=80
    A


         >=60 < 80
    B
         >=50 < 60
    C
         < 50
    D
Solution 1:
 The program is as follows:
#include
#include
void main( )
 {
   struct student
    {
     char name[30];
     int roll;
     int sub1, sub2, sub3, sub4;
     float per;
    }s1;
   clrscr( );
   printf(“\n \t Enter the record of the student”);
   printf(“\n\t Name:”);
   gets(s1.name);
   printf(“\n\t Roll No. :”);
   scanf(“%d”, &s1.roll);
   printf(“\n\t Subject 1:”);
   scanf(“%d”, &s1.sub1);
   printf(“\n\t Subject 2:”);
   scanf(“%d”, &s1.sub2);
   printf(“\n\t Subject 3:”);
   scanf(“%d”, &s1.sub3);
   printf(“\n\t Subject 4:”);
   scanf(“%d”, &s1.sub4);
   s1.per = (s1.sub1 + s1.sub2 + s1.sub3 + s1.sub4) / 4.0;
   if (s1.per >= 80)
       printf(“\n A grade with %f per”, s1.per);
    else
       if(s1.per >= 60)
          printf(“\n B Grade with %f per”, s1.per);
       else
         if(s1.per >=50)
               printf(“\nC Grade with %f per”, s1.per);
         else
               printf(“\n D Grade with %f per”, s1.per);
  getch( );
 }
Example
 2: Modify the preceding C program to read n number of students and calculate their

Download 2,08 Mb.

Do'stlaringiz bilan baham:
1   ...   349   350   351   352   353   354   355   356   ...   393




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish