Computer Science, asked by jerry911, 21 days ago

This is a very lengthy questions that i need help in Python.
WAP to find whether the number entered is even orodd.2.WAP to print greater among 2 numbers.3.WAP to print greatest among 3 numbers.4.WAP to print whether the person is eligible to vote or not. 5.Write a program that takes the name and age of the user as input and displays a message whether the user is eligible to apply for a driving license or not. (the eligible age is 18 years).6.WAP to accept salary as input from the user and to calculate net salary.Eg. If the basic salary of a person is 12000. The deductions from his salary are HRA(9% of basic) and PF (12% of basic). The allowance given to him are DA(25% of basic) and other incentives(10% of basic). Calculate his net salary as per the formula given here and display a well-formed output:Net salary= (Basic+DA+Incentives)-(HRA+PF)7. Write a program to create a simple calculator performing only four basic operations.8.Write a program to check whether a number is positive, negative, or zero.9.Write a Python program to convert temperature in degree Celsius to degree Fahrenheit. If water boils at 100 degree C and freezes as 0 degree C, use the program to find out what is the boiling point and freezing point of water on the Fahrenheit scale.(Hint: T(°F) = T(°C) × 9/5 + 32)10.Write a Python program to calculate the amount payable if money has been lent on simple interest.Principal or money lent = P, Rate of interest = R%per annum and Time = T years. Then Simple Interest(SI) = (P x R x T)/ 100.Amount payable = Principal + SI.P, R and T are given as input to the program.11.Write a program to enter two integers and perform all arithmetic operations on them.12.Write a program to swap two numbers using a third variable.13.Write a program to swap two numbers without using a third variable.14.Write a program to check if the year entered by the user is a leap year or not.15.Create a program in which assigns a number to a variable. Find out if the number is divisible by 3. If divisible by 3, multiply it by 10 and display the output.

Answers

Answered by XxitzMichAditixX
1

Answer:-

This is a very lengthy questions that i need help in Python.

WAP to find whether the number entered is even orodd.2.WAP to print greater among 2 numbers.3.WAP to print greatest among 3 numbers.4.WAP to print whether the person is eligible to vote or not. 5.Write a program that takes the name and age of the user as input and displays a message whether the user is eligible to apply for a driving license or not. (the eligible age is 18 years).6.WAP to accept salary as input from the user and to calculate net salary.Eg. If the basic salary of a person is 12000. The deductions from his salary are HRA(9% of basic) and PF (12% of basic). The allowance given to him are DA(25% of basic) and other incentives(10% of basic).

hope it helps ♡

#MichAditi✨✌️

Similar questions