CORE JAVA
- Java is one of the programming language by using we can communicate with the machines or in other words we can give the instruction to the computers.
PRE - PROGRAMMING
PROGRAMMING LANGUAGE:
- Programming is the language we used to communicate with the machines and computers.
- Java is one of the programming language by using we can communicate with the machines or in other words we can give the instruction to the computers.
A Structure of JAVA Programming
Display JAVA programming
There are two ways to display any data from JAVA programming.
- System.out.print("Number/Text");
- System.out.println("Number/Text");
0 Comments