Centimeter to Meter converter in Java

Centimeter to Meter converter in Java This not just a centimeter to meter converter, you can also convert meter to centimeter. This is a java program written in console and gui version that allows the user to select an option…

Celsius to Fahrenheit converter in Java

Celsius to Fahrenheit converter in Java Same with the previous program, the user has the option to either convert Celsius to Fahrenheit or Fahrenheit to Celsius. This is a GUI program in java that uses swing library and JOptionPane message…

Total Cost Solver in Java

Total Cost Solver in Java A sample source codes in java that will compute the total cost you have purchased. The formula is total cost is equal to the price of the item multiply to the quantity of the item…

Get the Square and Square Root of a number in Java

Get the Square and Square Root of a number in Java This java program will accept an input from a user and then the program will display the square and the square root of the number entered by the user.…

Input Checker in Java

Input Checker in Java It is a java program that will check in the character or string that you have input or entered matches to the criteria set in the program. If a match is found the program will display…

Grade Computation in Java

Grade Computation in Java Example program in java that computes your final grade based on your prelim, midterm and endterm grades. It is a sort of averaging program but the e grades (prelim, midterm and endterm) does not share equal…

Divisibility Checker in Java

Divisibility Checker in Java A sample program in java that will check if a certain number is divisible with a certain number. If the result returns to be a whole number then that number is divisible to the number also…

Currency Converter Program in Java

Currency Converter Program in Java This is a sample program in java that converts currency to another currency. It is a peso to dollar, dollar to peso converter program. The user will be asked what operation he/she wants (peso to…

Money Change Solver in Java

Money Change Solver in Java The title is bit of confusing, it is not a money converter program. This program is going to compute your change based on the amount you have purchased and your payment amount. The formula is…

Get the Average of numbers in Java

Get the Average of numbers in Java Average is getting first the sum of numbers, let’s say 10 number, and then divide it to the number of numbers, it would be 10 based on our example. This is a program…

Posts navigation