HOERNER COLLEGE
MAHANAGAR EXTENSION, LUCKNOW
HOLIDAY HOMEWORK
SUBJECT: COMPUTER APPLICATIONS
CLASS: X
Coding Challenge:
Write a simple Java program to perform following tasks:
1. Reverse a String
2. Check if a String is a Palindrome
3. Count the Number of Words in a String
4. Find the Frequency of Characters in a String
5. Remove Vowels from a String
6. Linear Searching in 1-D Array
7. Binary Searching in 1-D Array
8. Bubble Sorting in Array
9. Selection Sorting in Array
10. Check if a Number is Prime
11. Check if a Number is an Armstrong Number
12. Find the Greatest Common Divisor (GCD) of Two Numbers
13. Generate Fibonacci Series up to N Terms
14. Find the Sum of Digits of a Number
15. Check if a Number is Perfect
16. Special Number in Java
17. Magic Number in Java
18. Find the Sum of Even and Odd Numbers in a Range
19. Check if a Number is a Strong Number
20. Find the Sum of Prime Numbers in a Given Range
Write all these programs in proper file with output and VD table.
Save your code and submit it in a proper format.