Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

Thursday, January 28, 2016

GENERATE RANDOM NUMBER IN JAVA: Display Random Numbers Using Java Language

I already posted the article about generating random numbers using PHP . This time, I converted it into Java language. The following code wi...

JAVA CELSIUS TO FAHRENHEIT: Celsius to Fahrenheit Java Converter Code

Hi there! This article will create a simple temperature converter from  Fahrenheit  to  Celsius  and vice versa. We will be using the follow...

JAVA ODD OR EVEN: Display Numbers in a Loop and Identify if Odd or Even

This example uses Java looping statement specifically the  while loop  but you can also use the different looping statements. The example be...

JAVA RECTANGLE AREA: SOlve for the Area of a Rectangle

Area is the size of the surface of an object. In this article, we will discuss about the formula and  java code  in solving for the  area of...

JAVA ELLIPSE AREA: Solve for the Area of Ellipse

Ellipse is an oval shape quite similar with that of a circle but is elongated. I already posted articles related to solving for the  area of...

Wednesday, January 27, 2016

JAVA SQUARE AREA: Solve for the Area of a Square

Area is the size of the surface of an object. In this article, we will discuss about the formula and  java code  in solving for the  area of...

JAVA TRIANGLE AREA: Solve for the Area of a Triangle

Area is the size of the surface of an object. In this article, we will discuss about the formula and  java code  in solving for the  area of...

Friday, January 22, 2016

JAVA LOOP: Display Numbers in Fibonacci Series Code

Fibonacci series is achieved by adding the first and second value to solve for the third number. And then the 2nd and third to solve for the...