In java, Code
Scanner myScanner = new Scanner(System.in); System.out.println("Enter your full name: "); String name = myScanner.nextLine()