class 9 computer projectfinal project
class 9 computer projectfinal project
CLASS –IX
Program 7 : wap in java to calculate interest and show interest and amount to be paid.
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:-
Eg:--126=1+2+6=9
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
12
123
1234
12345