package Pack7; import java.util.*; public class yanghui { public static void main(String[] a
答案:1 悬赏:80 手机版
解决时间 2021-01-12 11:45
- 提问者网友:呐年旧曙光
- 2021-01-11 20:21
package Pack7; import java.util.*; public class yanghui { public static void main(String[] a
最佳答案
- 五星知识达人网友:不想翻身的咸鱼
- 2021-01-11 21:11
import java.util.*
public class test
{
public static void main(String[] ar)
{
Scanner scan = new Scanner(System.in);
String str = scan.nextLine(); //输入一个字符串给str
Int a = scan.nextInt(); //输入一个数字给 a
double b = scan.nextDouble();//输入一个浮点给 b
System.out.println(str + "\t" + a + "\t" + b);
}
}
public class test
{
public static void main(String[] ar)
{
Scanner scan = new Scanner(System.in);
String str = scan.nextLine(); //输入一个字符串给str
Int a = scan.nextInt(); //输入一个数字给 a
double b = scan.nextDouble();//输入一个浮点给 b
System.out.println(str + "\t" + a + "\t" + b);
}
}
我要举报
如以上问答信息为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
大家都在看
推荐资讯