扫码下载编程狮APP
import javax.swing.JOptionPane; public class Main { public static void main(String[] args) { String input = JOptionPane .showInputDialog("Enter the x coordinate of the circle"); int xc = Integer.parseInt(input); System.out.println(xc); } }
联系方式:
扫描二维码
下载编程狮App
扫码关注 领资料包