#include<stdio.h>
#include<conio.h>
void main(){
float per;
clrscr();
printf("Enter Percentage of marks/ n");
scanf("%f,&per");
if(per>=60)
printf ("first devision/n");
getch ();
}
C language Complete Tutorial with Example Programs in Hindi / English.
A flowchart is a graphical representation of an algorithm or program logic. It uses different symbols and arrows to represent the sequence o...
No comments:
Post a Comment