Java Programming Tutorial - Getting User Input on January 04, 2019 Get link Facebook X Pinterest Email Other Apps import java.util.Scanner; public class apples{ public static void main(String args[]) { Scanner thileban = new Scanner (System.in); System.out.println(thileban.nextLine()); }} Comments
Comments
Post a Comment