Program to read temperature in centigrade and display a suitable message according to the temperature state below: Temp < 0 then Freezing weather Temp 0-10 then Very Cold weather Temp 10-20 then Cold weather Temp 20-30 then Normal in Temp Temp 30-40 then Its Hot Temp >=40 then Its Very Hot

Here, we have a basic program example to display a message according to the given temperature using different languages. This program is created in c language, c++, Java, and Python. Program to display message for the given temperature in C language Program to display message for the given temperature in C++ language Program to display…

Read More »

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 »