You are on page 1of 6

PROGRAMMIN

Displaying Numbers in Java


Displaying Numbers in Java

OUTLINE:
• Numbers in Java
• Some Arithmetic operators
• Printing numbers
Displaying Numbers in Java

NUMBERS
Numbers in Java are just like in mathematics

Examples:
Displaying Numbers in Java

ARITHMETIC OPERATORS
Addition, Subtraction, division, multiplication
Displaying Numbers in Java

PRINTING SOME VALUES


Output

The value will be calculated and then the result will be printed

You might also like