C to accept a grade and declare the equivalent description Grade Description
Write a program in C to accept a grade and declare the equivalent description Grade Description E Excellent V Very Good G Good A Average …
Visit our page for clear understanding to enhance your skill...
Write a program in C to accept a grade and declare the equivalent description Grade Description E Excellent V Very Good G Good A Average …
#include <stdio.h> #include <conio.h> void main () { int c , s , sum ; printf ( "enter cost price: " ); …
#include <stdio.h> void main () { int a , b , c ; printf ( "enter 3 angle to check triangle is Equilateral, Isosceles or…
#include <stdio.h> void main () { int rl , ch , ph , bi , total ; float percentage ; char name ; printf ( &qu…
#include <stdio.h> #include <conio.h> void main () { clrscr (); int m , n ; printf ( "enter a value of a: &q…
#include <stdio.h> void main () { int a ; printf ( "enter a height in centimeter: " ); scanf ( "%d&q…
#include <stdio.h> void main () { int m , p , c , t , mp ; printf ( "enter a marks of math: " ); scanf ( &qu…
QUESTION:- program to display the name and days of the month by entering the number 1-12 of the month #include <stdio.h> #include <conio…
The if-else ladder is used to test a set of conditions in sequence . If any of the conditional expression in the sequence is evaluates to true, the…
We are providing a solution of all kinds of programming and hope it will be helpful for you all, to enhance your programming skill.
contact us