
how to give runtime value in java plzz give me coding so i will understand

import java.util.*;
class ScannerExample
{
public static void main(String[] args)
{
Scanner input=new Scanner(System.in);
System.out.print("Enter Name: ");
String s=input.nextLine();
System.out.println("You have enetered: "+s);
}
}
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.