Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 503 Bytes

File metadata and controls

23 lines (17 loc) · 503 Bytes

Java

Program

public class Main {
	public static void main(String[] args) {
		System.out.print("Enter your name : ");
		System.out.println("Hello " + new java.util.Scanner(System.in).next() + " !");      
	} 
}

Output :

Enter your name : Shiva
Hello Shiva !

Installation

Cheat Sheet