C
C++
Java
C#
Python
Suggest Program
Learn C
Programming
Learn C++
Programming
Learn C#
Programming
Learn Python
Programming
Learn Java
Programming
Recently Added Programs
C
C++
Java
Python
C#
C Function to test for a valid triangle.
12-08-2019
C Function to determine whether the year is a leap year or not.Any year is entered through the keyboard.
12-08-2019
C Function distance that calculates the distance between two points (x1, y1) and (x2, y2). All numbers and return values should be of type double.
12-08-2019
C Function which receives a float and an int from main(), finds the product of these two and returns the product which is printed through main().
12-08-2019
C Function that prints perimeter and area of right triangle.
12-08-2019
C++ Function to test for a valid triangle.
12-08-2019
C++ Function to determine whether the year is a leap year or not.Any year is entered through the keyboard.
12-08-2019
C++ Function distance that calculates the distance between two points (x1, y1) and (x2, y2). All numbers and return values should be of type double.
12-08-2019
C++ Function which receives a float and an int from main(), finds the product of these two and returns the product which is printed through main().
12-08-2019
C++ Function that prints perimeter and area of right triangle.
12-08-2019
Java Function to test for a valid triangle.
12-08-2019
Java Function to determine whether the year is a leap year or not.Any year is entered through the keyboard.
12-08-2019
Java Function distance that calculates the distance between two points (x1, y1) and (x2, y2). All numbers and return values should be of type double.
12-08-2019
Java Function which receives a float and an int from main(), finds the product of these two and returns the product which is printed through main().
12-08-2019
Java Function that prints perimeter and area of right triangle.
12-08-2019
Python Function to test for a valid triangle.
12-08-2019
Python Function to determine whether the year is a leap year or not.Any year is entered through the keyboard.
12-08-2019
Python Function distance that calculates the distance between two points (x1, y1) and (x2, y2). All numbers and return values should be of type double.
12-08-2019
Python Function which receives a float and an int from main(), finds the product of these two and returns the product which is printed through main().
12-08-2019
Python Function that prints perimeter and area of right triangle.
12-08-2019
C# Function to test for a valid triangle.
12-08-2019
C# Function to determine whether the year is a leap year or not.Any year is entered through the keyboard.
12-08-2019
C# Function distance that calculates the distance between two points (x1, y1) and (x2, y2). All numbers and return values should be of type double.
12-08-2019
C# Function which receives a float and an int from main(), finds the product of these two and returns the product which is printed through main().
12-08-2019
C# Function that prints perimeter and area of right triangle.
12-08-2019
Most Visited Programs
C
C++
Java
Python
C#
While purchasing certain items, a discount of 10% is offered if the quantity purchased is more than 1000. If quantity and price per item are input through the keyboard, write a C program to calculate the total expenses.
11-07-2019
7381
A cashier has currency notes of denominations 10, 50 and 100. If the amount to be withdrawn is input through the keyboard in hundreds, find the total number of currency notes of each denomination the cashier will have to give to the withdrawer.
05-07-2019
6865
The marks obtained by a student in 5 different subjects are input through the keyboard. The student gets a division as per the following rules: Percentage above or equal to 60 - First division Percentage between 50 and 59 - Second division Percentage between 40 and 49 - Third division Percentage less than 40 - Fail C Program to calculate the division obtained by the student.
11-07-2019
6149
C Program that asks the user to enter two numbers and prints their sum, product, difference, quotient and remainder.
05-07-2019
5686
C Program to calculate overtime pay of 10 employees. Overtime is paid at the rate of Rs. 12.00 per hour for every hour worked above 40 hours. Assume that employees do not work for fractional part of an hour.
15-07-2019
4732
In a town, the percentage of men is 52. The percentage of total literacy is 48. If total percentage of literate men is 35 of the total population, write a program to find the total number of illiterate men and women if the population of the town is 80,000.
05-07-2019
4693
If the ages of Ram, Shyam and Ajay are input through the keyboard, C Program to determine the youngest of the three.
09-07-2019
4330
C Program that interchanges the odd and even elements of an array.
17-07-2019
4183
C Program to print 1,4,7,10,13… series up to N
12-07-2019
3453
C Program to display month name according to the month number using Switch Statement
11-07-2019
3242
Given the length and breadth of a rectangle, write a C program to find whether the area of the rectangle is greater than its perimeter. For example, the area of the rectangle with length = 5 and breadth = 4 is greater than its perimeter.
11-07-2019
3108
C Program to add first seven terms of the following series using a for loop: 1 /1! + 2/2! + 3/3!......
14-07-2019
2974
C Program to copy the contents of one array into another in the reverse order.
17-07-2019
2722
C Program to exchange the smallest and largest number in an array of N integers.
17-07-2019
2528
The current year and the year in which the employee joined the organization are entered through the keyboard. If the number of years for which the employee has served the organization is greater than 3 then a bonus of Rs. 2500/- is given to the employee. If the years of service are not greater than 3, then the program should do nothing.
11-07-2019
2392
C Function which receives a float and an int from main(), finds the product of these two and returns the product which is printed through main().
12-08-2019
2257
C Program to pick up the largest number from any 5 row by 5 column matrix.
18-07-2019
2176
C++ Program to calculate gross salary of an employee.
05-07-2019
2278
C++ Program to display month name according to the month number using Switch Statement
11-07-2019
2156
C++ Program that inputs one five-digit number separates the number into its individual digits and prints the digits separated from one another by three spaces each. [Hint: Use combinations of integer division and the remainder operation.] For example, if the user types in 42139, the program should print: 4 2 1 3 9
09-07-2019
2136
JAVA Program that prints your Name and Address
02-07-2019
4525
If the three sides of a triangle are entered through the keyboard, write a Python program to check whether the triangle is valid or not. The triangle is valid if the sum of two sides is greater than the largest of the three sides.
11-07-2019
3992
Menu driven Python program for basic arithmetic operations
11-07-2019
3185
Python Program to calculate gross salary of an employee.
05-07-2019
3063
C# Program to calculate gross salary of an employee.
05-07-2019
2138