Header Ads Widget

Responsive Advertisement
 Write a program to find the largest of three numbers using  nested if else.
Write a program to determine the roots of quadratic equation.
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.  Sample test cases
Write a program to calculate the area of triangle using  formula at=√s(s-a)(s-b)(s-c).
Fully Setup Of Visual Stdio Code  in Windows
Snake game
Program to check whether the year is leap year or not without using logical operator