100% prog to print no of students with marks >90

#include<stdio.h>
void main()
{
   int a[ ]={90,91,91,82,81,92,90};
   int i, count=0;  /*counts the no of students who got more than 90*/

   for(i=0;i<7;i++)
   {
    if(a[i]>90)
    {
     count=count+1;
    }  //end of if
   } //end of for
   printf("\n number of students with marks more than 90: %d",count);
}

తెరమీద
number of students with marks more than 90: 3

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)