XII-IP-2013-14 INDEX--LIST OF JAVA PROGRAMMS--Part 1
Index
XII-IP-2013-14 INDEX--LIST OF JAVA PROGRAMMS--Part 1
Serial No.
|
Name
|
Page No.
|
1.
|
Write a program that helps to enter 2 numbers and
find Addition, Subtraction, Multiplication and Division.
|
|
2.
|
Write a Program to check whether a given number is
(I)Prime or Not.
(II) Even or ODD
|
|
3.
|
Find out the Biggest no. out of the three given numbers.
|
|
4.
|
Write a Program to find Total, Percentage and
Grade when user enters the marks of all subjects of a student.
|
|
5.
|
Write a program that accepts day no. and dispalays the name
of the day of week in words.
|
|
6.
|
Write a program to Show first
10 even numbers on the frame.
|
|
7.
|
Write a program to display the given pattern (Pyramid)of
the numbers in a Text Area.
|
|
8.
|
Generate numbers between the given first and last number.
|
|
9.
|
Show Net Amount after the given discount.
|
|
10.
|
Write a program to select some hobbies out of the list of
given hobbies and count the total no. of hobbies selected.
|
|
11.
|
use of List Boxes
|
|
12.
|
use of Combo Box
|
|
13.
|
use of Check
Box and Radio Button together
|
|
14.
|
To change the font type and colour of the text
|
|
15.
|
find if the number is divisible by 3 or 5 or 7
|
|
16
|
To find out sell price based on the entered cost
price and profit (Business Calculator)
|
|
17
|
Create and
write java code for finding sum of a given series. Assume appropriate names
for the controls.
|
|
18
|
Create a Java
Application to check whether the given number is a palindrome. Display the
reverse of the number also using a message dialog
|
|
18
|
Write Java code
to calculate a number raised to a given value
|
|
20
|
Implementation of Math.round() method
|
|
21
|
Implementation of Math.pow() method
|
|