C/C++

Free C/C++ Source Code. Download 10 latest C/C++ system's projects with source code for free here.

CGPA Calculator

Hello, Though I am new to the world of programming, I managed to design this program which calculates the percentage marks in a given course unit, the GPA for the course unit and the CGPA for that semester. It first requests for the total marks, then for the obtained marks in the course unit and then displays the percentage mark and the GPA. You are then prompted to enter the details for another

Over weight or Under weight Program in C

Here I created a program which will tells you about your weight. If you enter the value below 80 kg then it will shows that you are underweight else overweight. Here i also putted a limit of 1000 kg. If you enter the value 1000 then the program will close automatically. I hope this program will help you to learn about if else and nested if else statement in c.