Question: how to scan some strings in java? import java.util.Scanner; public class LabProgram { public static void main(String[] args) { Scanner scnr = new Scanner(System.in); String
how to scan some strings in java?
import java.util.Scanner;
public class LabProgram { public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
String str = scan.nextLine();
}
}
is that wrong? because i have tried it and it is wrong
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
