0% found this document useful (0 votes)
14 views

Computer Project STD IX

13585257Io0o

Uploaded by

09ranjangohel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Computer Project STD IX

13585257Io0o

Uploaded by

09ranjangohel
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

COMPUTER PROJECT

STD IX YEAR 2024-25


1. Write a java program to check whether a String is palindrome or not (page 178)
2. Write a menu driven program to calculate area of different shapes (page 166)
3. Write a java program to make a calculator using switch case (page 178)
4. Compute the natural logarithm of 2, by adding up to n terms in the series
1 - 1/2 + 1/3 - 1/4 + 1/5 ------------1/n where n is a positive integer input by the user
(page 212)
5. Write a java program to execute the following equation for an integer n
1 + (1+2) + (1+2+3) + ------ + (1+2+3 ----- +n) (page 205)
6. Write a java program to display a pattern as follows
- - - -1
- - -12
- - 123
- 1234
12345 (page 238)
7. Write a java program to display a following (page 234)
1234567
123456
12345
1234
123
12
1
12
123
1234
12345
123456
1234567
8. Try to program to determine whether the given number is Armstrong number or not.
Armstrong numbers are those numbers whose sum of the cubes of their digits is equal
to the original one. For example, 153, 370, 371, 407. (page 187)
9. Write a java program to calculate the sales commission of a salesman depending on
the following criteria (page 182)
Sales (INR) Commission
<50,000 2%
>=50,000 and <=2,00,000 5%
>2,00,000 7%

10. Write a java program to calculate the grades of a student when the marks of the
student are input. Grade follow the following criteria (page 182)
Marks Grades
>75 A
<=75 and >60 B
<=60 and >45 C
<=45 D
While writing the project follow the instructions given below

 Write in A4 size plain paper


 Write on only one side of the paper
 Draw the margins
 Use only blue pen
 Use scale and pencil to draw the tables
 Attach school colored logo paper and index
 Write question, program and variable description
 Punch the papers and file in plastic file

You might also like