0
Can u identify the error?
This is Java code related to data input. But I am not getting the input dialog box. https://code.sololearn.com/cVMSJkKzCt97/?ref=app
1 Respuesta
+ 1
import java.io.*;
InputStreamReader r = new InputStreamReader(System.in);
BufferedReader br = new BufferedReader(r);
x = Integer.parseInt(br.ReadLine):
use the above code it would work!