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

Final Project For Class 10 Final

Uploaded by

Hrishit Saha
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)
18 views2 pages

Final Project For Class 10 Final

Uploaded by

Hrishit Saha
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

Final Project for class 10

1. Write a program to enter 10 elements into a single dimensional array and check a
user defined element is present or not by using Binary search. If the element is found
display the elements along with its position. Otherwise display the message “search
elements not found”.
2. Write a program to enter 10 elements into a single dimensional array and sort the
elements in ascending order by using bubble sort technique.
3. Create two arrays A and B of size 5 and C of size 10. Accept numbers in two arrays A
and B. Fill the array C in such a way that the first five positions occupy the numbers
present in array A and rest of five positions occupy the numbers present in array B.
4. Write a program to accept number into a 4X4 matrix. Display the original array. Then
calculate and display the each row total.
5. Write a program to accept numbers into a 4X3 matrix. Display the original matrix and
display the matrix in transpose form.
1 2 3 4

5 6 7 8
9 10 11 12
13 14 15 16

Sample Input
1 5 9 13

2 6 10 14

3 7 11 15

4 8 12 16

Sample Output.
6. Write a program to input a sentence and convert it into uppercase and count and
display the total marks of words starting with letter ‘S’.
7. WAP to read a word. Print the position of the first vowel occurring in the word. If
there is no vowel in the word then print 'Sorry no vowel'.
8. WAP in java to take a proverbial statement (like 'Failure are the pillars of success') as
an input from the user and then output the frequency of the vowels occurring in the
statement.
9. WAP to enter any sentence and calculate the following:
a) Total number of digits present in it.
b) Total number of small letters and capital letters present in it.
c) Total number of alphabets used in it.
d) Total number of special character used in it.
e) Total number of vowels presents in it.
f) Total Number words present in that sentence.
10. In Piglatin a word such as KING becomes INGKAY, TROUBLE becomes OUBLETRAY as
so on. The first vowel of the original word becomes the starting of the translation
and proceeding letter being shifted towards the end and followed by AY. Word that
begins with a vowel is left unchanged. WAP to accept a word and convert in to
Piglatin word.

Instructions:
i. Use hardcover practical file for the project (A3).
ii. Left side of the file you have to write the question and variable description.
iii. In the right side (ruled page) , you have to attach the printout of the input
code and output code.
iv. Use blueJ software . Take a printout of the code by using XPS or PDF format.
Both coloured and black and white printout you can attach.
v. Must write bibliography, acknowledgement, conclusion, and new index for
final project.
** Must attach the terminal project with this final project.**

You might also like