Assignment-1

divider
Question-1

Q1: Write a program (WAP) to display " Hello World " on console display.

Question-2

Q2. WAP to input an integer and display it.

Question-3

Q3. WAP to input a decimal number and display it.

Question-4

Q4. WAP to input a character and display it.

Question-5

Q5. WAP to input a fraction (rational number) and display. (Ask the user to input numerator and denominator, then display it in the form of p/q without simplification).

Question-6

Q6. WAP to add, subtract, multiply, divide numbers.

Question-7

Q7. WAP to find Nth root of a number.

Question-8

Q8. WAP for the area of a circle.

Question-9

Q9. *WAP for simple interest.

Question-10

Q10. WAP for compound interest

Question-11

Q11. WAP to calculate gross salary of a person, where gross_salary=basic+da+ta and da is 10% of basic and ta is 12% of basic.