Post tagged: java

Java Essentials: Data Types, Variables.

String, int, boolean, double All of them are data types, which as many call variables.

The code below shows basic mathmatics including Strings.

To run on your own machine to see the results, (Reccomend installing BlueJ) then copy and compile then Right click and select "void Main()".

Create a new …

Java Essentials: Print, Print new line, Print a variable, Print plus variable.

PrintPrinty is a Intro to Java Tutorial File...

To run on your own machine to see the results, (Reccomend installing BlueJ) then copy and compile then Right click and select "void Main()".

Create a new file and copy the code below.

/**

  • @author Beanzilla

  • @version 1.01

*/

public class PrintPrinty

{

public …