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

class 9 computer projectfinal project

Com

Uploaded by

nilavaroy2
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)
15 views

class 9 computer projectfinal project

Com

Uploaded by

nilavaroy2
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
You are on page 1/ 4

JULIEN DAY SCHOOL, HOWRAH

CLASS –IX

Computer application project

Program 7 : wap in java to calculate interest and show interest and amount to be paid.

Program 8: wap in java to calculate the average of 3 numbers.

Program 9: WRITE A PROGRAM IN JAVA TO FIND OUT WEATHER A NUMBER IS BUZZ NUMBER OR NOT.

Program 10.
PROGRAM 11:

PROGRAM 12

Program 13:-
Wap in java to find out the sum of digits of a number.

134= 1+3+4=8
Program 14
Wap in java to find out whether a given number is palindrome or not.

Palindrome means :---take a number. Do the reverse of it. If original number is equal to reverse number
then number is called palindrome number. Eg:--151 Program 15:-
Wap in java to find out whether a given number is Armstrong number or not.

Armstrong means:- if you the sum of the cube of the digits and if it is equal to original number then it is
called Armstrong number. Eg:-153=1+125+27=153 Program 16:-

Wap in java to find out whether a given number is harshad (niven)


number or not. A Niven number or harshad that is divisible
by the sum of its digits.

Eg:--126=1+2+6=9

126%9==0 then 126 is harshad number.

Program 17:-
Wap in java to find out the factorial of a given number.
Eg:--factorial of a 5 is =(1*2*3*4*5=120)
Program 18:-
Wap in java to find out whether a given number is prime number or not.
Eg;---37,41
Program 19:-
Wap in java to print this series:--
0,3,26,63------------------up to 10 terms
Program 20:-Wap in java to printout this pattern

12

123

1234

12345

You might also like