IP - Practical File - Xi
IP - Practical File - Xi
XI B+C
1. WAP that reads a number in seconds and prints it in the form of minutes and Seconds
2. WAP to takes three number and calc the average of these nos
3. WAP to take a 3 digit number and then print it in reverse order
4. WAP to take two numbers and print if the first number is fully divisible by second number or not.
5. WAP to take year as input and check if it is a leap year or not.
6. WAP to find the largest number out of four numbers
7. WAP to take two numbers with an arithmetic operator and display the results
8 WAP to enter a name, marks of a five subject, and Calc the %tage, if % > 85then grade A or if b/w is 75 -
85% grade B, if <75 grade C otherwise fail
9. WAP to print even number b/w 1 to 50
10. WAP to calculate the sum of N natural number
11. WAP to display the factors of a Number
12. WAP to generate the table of number
13. WAP to print prime numbers till 100
14. WAP to display 10 terms of Fibonacci series
15. WAP to count the number of digits in number
16. WAP to display all Armstrong number between 1 to 1000
17. WAP to print the following pattern
1 1 A
12 23 AB
123 456 ABC
1234 7 8 9 10 ABCD
18. WAP to print the series X+X2/2+X3/3+-----------Xn/n
19. WAP to print 1+X1/1!+X2/2!+--------------------Xn/n!
20 WAP to display all Perfect Number between 1 to 100.