0% found this document useful (0 votes)
29 views1 page

Class 10 Computer

The document outlines holiday homework for Class X Computer Applications at Hoerner College, Lucknow. It includes a coding challenge that requires students to write a Java program performing various tasks such as string manipulation, searching, sorting, and number checks. Students are instructed to save their code with outputs and a verification table before submission.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
29 views1 page

Class 10 Computer

The document outlines holiday homework for Class X Computer Applications at Hoerner College, Lucknow. It includes a coding challenge that requires students to write a Java program performing various tasks such as string manipulation, searching, sorting, and number checks. Students are instructed to save their code with outputs and a verification table before submission.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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.

You might also like