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