Recent Posts

Visit our page for clear understanding to enhance your skill...

Showing posts with the label if-else statementShow all
C to accept a grade and declare the equivalent description Grade Description
Write a C program to calculate the root of a Quadratic Equation.
Write a C program to check whether a triangle is Equilateral, Isosceles or Scalene.
Write a C program to find the eligibility of admission for a professional course based on the following criteria: Go to the editor Eligibility Criteria: Marks in Maths >=65 and Marks in Phy >=55 and Marks in Chem>=50 and Total in all three subjects >=190 or Total in Maths and Physics >=140 Input the marks obtained in Physics:65 Input the marks obtained in Chemistry:51 Input the marks obtained in Mathematics:72 Total marks of Maths, Physics and Chemistry: 188 Total marks of Maths and Physics.
program to display the name and days of the month by entering the number 1-12 of the month.
Write a C program to read roll no, name and marks of three subjects and  calculate the total, percentage, and division.