Courses

Program to read the roll no, name and marks of three subjects and calculate the total, percentage and division.

Here, we have a basic program example to calculate the total marks percentage and division using different languages. This program is created in c language, c++, Java, and Python. Program to calculate total marks and percentage of a student in C language Program to calculate total marks and percentage of a student in C++ language…

Read More »

A program to determine eligibility for admission to a professional course based on the following criteria: Eligibility Criteria : Marks in Maths >=65 and Marks in Phy >=55 and Marks in Chem>=50 and Total in all three subject >=190 or Total in Maths and Physics >=140.

Here, we have a basic program example to determine the eligibility for admission process using different languages. This program is created in c language, c++, Java, and Python. Program to determine the eligibility for admission process in C language Program to determine the eligibility for admission process in C++ language Program to determine the eligibility…

Read More »