Courses

A program to perform addition, subtraction, multiplication and division of two numbers.

Here, we have a basic program example to perform arithmetic function on two numbers using different languages. This program is created in c language, c++, Java, and Python. Program to perform arithmetic functions in C language Program to perform arithmetic functions in C++ language Program to perform arithmetic functions in Python language Program to perform…

Read More »

A program that reads a firstname, lastname and year of birth and displays the names and the year one after another sequentially.

Here, we have a basic program example to display the name and sequential year of birth using different languages. This program is created in c language, c++, Java, and Python. Program to print the name and sequential birth year in C language Program to print the name and sequential birth year in C++ language Program…

Read More »

A program that takes hours and minutes as input, and calculates the total number of minutes.

Here, we have a basic program example to calculate the total number of minutes from a given input using different languages. This program is created in c language, c++, Java, and Python. Program to calculate total number of minutes in C language Program to calculate total number of minutes in C++ language Program to calculate…

Read More »