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

Operating System Detector Version 1.0

The purpose of this code is to determine what kind of Operating System that you are using in your computerusing java programming langugage. This code is very useful is you are creating a system utility. If you think this code help you send me an email at [email protected]. People who want to contact me here in the Philippines can reach me in my cellphone number 09296768375. Thank you very

Month Calendar Determiner Version 1.0

I wrote this program to display the current calendar for the current month and year using java. It is a great experience to learn how java has many built in library to support date and time that is not available to other programming language without using a third party library like C/C++ libraries to add functionality in your program. I hope this code will help somebody interested in java