Java

Palindrome Number in Java Application

Submitted by GeePee on
The following Java program application is a Palindrome Number. An integer is a Palindrome if it reads forward and backward in the same way, ignoring any leading minus sign. In this program, we use an input dialog box to get the input and an output dialog box to show the output. I will be using the JCreator IDE in developing the program.

Movie Ticket Sale Java Application

Submitted by GeePee on
The following Java application program is a Movie Ticket Sale. This sample designs and implementation a program that prompts the user to input the movie name, adult ticket price, child ticket price, number of child ticket sold, amd percentage of the gross amount to be donated to the charity. . I will be using the JCreator IDE in developing the program.

Number To Words

Submitted by Buragwis455x on
This is java program that convert number to its word equivalent. It is very useful if you are developing a system that need to generate a check. Try to this yourself and I'm sure you will enjoy doing this kind of system. Hope you learn from this.