How to input char like for integer I use int a=Integer,parseInt(br.readline()); using buffered reader
Answers
Answered by
0
Answer:
String s = input.readLine();
Explanation:
From starting
for example:
BufferedReader input=new BufferedReader (new InputStreamReader(System.in));
System.out.println("Enter data value : ");
String s=input.readLine();
hope it helps ☺️
Similar questions
Math,
5 months ago
Business Studies,
5 months ago
Biology,
11 months ago
Social Sciences,
11 months ago
History,
1 year ago
Physics,
1 year ago
Physics,
1 year ago