0% found this document useful (0 votes)
12 views2 pages

Assignment Question CSE I (2023 27)

Uploaded by

abhiverma29791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views2 pages

Assignment Question CSE I (2023 27)

Uploaded by

abhiverma29791
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Edal Bera Bhilai Pahari Jamshedpur, Jharkhand

Assignment -1
Dept.- CSE-I (2023-27) Date of Submission- 28/01/2025 Sem-3rd

1. WAP (Write a Program) in Java to find factorial of a given no.


2. WAP in Java to print the Fibonacci series up to a given no.
3. WAP in Java to find the sum of digit of a given no.
4. WAP in Java to find the largest no out of three no.
5. WAP in Java to print the reverse of given no.
6. WAP in Java to check the no is Palindrome or not.
7. WAP in java to check a no is Armstrong or not.
8. WAP in Java to print the pattern
1
1 2
1 2 3
1 2 3 4
1 2 3 4 5
1 2 3 4 5 6
1 2 3 4 5 6 7
1 2 3 4 5 6 7 8
1 2 3 4 5 6 7 8 9
9. WAP in Java to print the pattern
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
6 6 6 6 6 6
7 7 7 7 7 7 7
8 8 8 8 8 8 8 8
9 9 9 9 9 9 9 9 9
10. WAP in Java to add two matrix.
11. WAP in Java to multiply two matrix.
12. WAP in Java to Sort a given array.
13. WAP in Java to print Palindrome String.
14. WAP in Java to print transpose of matrix.
15. WAP in Java to sort the array of 10 element using Bubble sort
16. WAP in Java to show the application of default and parametrized constructor.
17. WAP in Java for constructor overloading.
18. WAP in Java using method overriding.
19. WAP in Java to show application of Single inheritance.
20. WAP in Java to implement multilevel inheritance.
21. WAP in Java to implement Hierarchical inheritance.
22. WAP in Java to implement multiple inheritance.
23. WAP in Java to import user defined package.
24. WAP in Java to implement dynamic method dispatch mechanism.
25. WAP in Java to implement Multithreading.

You might also like