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

LM CKP Java Journal-1

Uploaded by

amitgohil1105
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)
23 views1 page

LM CKP Java Journal-1

Uploaded by

amitgohil1105
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/ 1

C. K.

Pithawalla College of Commerce – Management –


Computer Application (CKP CMC)
S.Y.BCA (Sem-4)
403 – Java Programming Language

Practical Journal - I

1. Write program to print “My First Java Program”.


2. Write program to find the area and circumference of a circle.
3. Write program to find the simple interest for the given data.
4. Write program to swap the content of two variables without using third
variable.
5. Write program to check whether given number is odd or even
6. Write program to convert Fahrenheit to Centigrade.
7. Write program to define two different classes in a single java file to find area of
Room.
8. Write program to display the number of days in a given month using switch
statement.
9. Write program to accept two integers from user through command line and
display addition of two integers.
10. Write program to print the factorial of a number.
11. Write program to print the Fibonacci series up to a given number.
12. Write program to print the multiplication table of a given number.
13. Write program to check whether the given number is palindrome or not.
14. Write program to print the Pascal triangle.
15. Write program to find the Armstrong numbers between 100 and 1000.
16. Write a program that will print your Name, Address, and Mobile numbers as
an output.
17. Write a program that will calculate summation of numbers stored at even
locations and summation of numbers stored at odd locations in an array with
10 elements.
18. Write a program that will calculate summation of two 3X3 matrix.
19. Write a program that will calculate multiplication of two 3X3 matrix.

You might also like