Digital Clock Version 1.0

This is my first time I wrote an application in Java that I called it Digital Clock it uses swing as its graphical user interface and many build-in libraries in Java for time, calendar and date functions. This code is quiet simple yet in contains many functionalities that make this application robust and efficient. I also include a code that will determine whether the time is AM or PM. Feel free

Address Book Entries Version 1.0

Hi there this is my first time to post a code in Java that Im using multi dimensional array as its data structure. I wrote again this code for a programming assignment of a student who as my help over the Internet. In this example it will display the name, telephone number and address of the user. I called this example a simple address book in Java. I intended this code for beginners in Java

Prime Number Solver Version 1.0

About this code that I wrote prime number solver program its main purpose is to compute and display prime numbers from the given value of the user. Prime number is a number that is only divisible by itself no other another but itself only. For example 7, 11,13,17 and 31 are examples of prime numbers. I also include a function that enables the user to run the program again by asking the user do you

Reverse a Number Version 1.0

This code that I wrote is a reverse a number program the purpose of this code is that when a user enter a series of number it will display in reverse order. I also include a function that enables the user to run the program again by asking the user do you want to continue y/n. Im using the library function in java scanner util to convert lowercase character into uppercase character. It show's how

Pageant Contest

This is a 2000 version of MS Access program I’ve made during our pageant contest – Intramurals. This is useful if you want to make the counting of result faster. Every report is computerize and ready to be printed right after the final rating of judges. The form has an input box for judges. This is where you specify the number of judges judging for a contest. This is important to compute the final

Highest Value Determiner Version 1.0

Hello there this code I wrote and developed in one of a kind because it will determine which number given by the user is the highest in terms of value. The code using array and conditional statements like if statement for comparison of values. You can get some ideas how to create a code the is intelligent enough to determine the highest numeric value given by the user. If you find this code useful

Arithmetic Argument Solver Version 1.0

About this code I wrote this code as requested by one student over the Internet as their programming assignment. It demonstrate how to use passing argument parameters using Java. I intended this code for beginners that are new in Java programming language. If you find this code useful send me an email at [email protected]. Thank you very much and God Bless. People in the Philippines who

Multiplication Table Version 1.0

Hi Everyone I rewrote my original code from C to C++ that I first posted in planet source code. This code is a simple multiplication table using a combination of C/C++ code I make this code very short and very easy to understand to benefit the students and beginner programmers. It only uses common program structures like sequence and loops. By they way I'm using Borland Turbo C++ Version 3.0 for

Internet Protocol (IP) Address Determiner Version 1.0

The purpose of this code is to determine what kind of Internet Protocol Address that you are using in your computer using java programming langugage. This code is very useful is you are creating a internet related application and web services that requires you to get the IP address of your user. If you think this code help you send me an email at [email protected]. People who would like to