Header Ads Widget

Showing posts with the label c-programsShow All
Basic salary of an employee is input through the keyboard. The DA is 25% of the basic salary while the HRA is 15% of the basic salary. Provident Fund is deducted at the rate of 10% of the gross salary (BS+DA+HRA). Program to calculate the Net Salary
Python program to calculate the area of the triangle using formula at= root s(s-a)(s-b)(s-c)
C++ program to calculate the area of the triangle using formula at= root s(s-a)(s-b)(s-c)
C++ Program to check whether a number is Armstrong or not