if in any program we take name as string what must be its input line
public void input()throws IOException
{
system........
name=?
Answers
Answered by
1
Answer:
{
string name ;
DataInputStream n=new DataInputStream(System.in);
System.out.println("Enter the name :");
name= n.readLine( );
}
Explanation:
Answered by
1
hope it helps!!
#sumedhian ❤❤
Attachments:
Similar questions
English,
6 months ago
Social Sciences,
6 months ago
Math,
6 months ago
Biology,
1 year ago
Biology,
1 year ago