皮皮学,免费搜题
登录
搜题
【简答题】
程序说明:从键盘输入一个单精度浮点数后写入文件“File20100626.txt”中。 //Ex1.java import java.io.*; import java.util.*; public class Ex1 { float aNumber; public void input() { System.out.println("请输输入一个浮点数:"); Scanner in = new Scanner(System.in); aNumber= in.nextFloat();// 从扫描器中读取一个单精度数 } public void output() { try { byte []data=String.valueOf(aNumber).getBytes(); //取数的字节流数据File outputFile = new File("File20100626.txt"); // 创建输出文件对象 /********************** Found ***********************/ ___; // 创建文件输出流对象 /********************** Found ***********************/ ___; // 将数写到out流中 out.close();// 关闭out流 } catch (Exception e) { e.printStackTrace(); } } public static void main(String args[]) { Ex1 test = new Ex1(); test.input(); test.output(); } }
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】一个长方形的花坛长2米,宽10分米,它的面积是多少?列式: ( )。
A.
2×10
B.
(2+1)×2
C.
2×1
【判断题】“陈庄程庄都有城,陈庄城通程庄城。”这句话容易读错的地方只有en和eng
A.
正确
B.
错误
【单选题】Someone's red blood cells and blood serum of type B agglutinate, and his serum and red blood cells of type B blood don't agglutinate. The person's blood type may be
A.
A1 type
B.
B type
C.
AB type
D.
0 type
【简答题】某校在教学楼前铺设小广场地面,其图案设计如图所示.若长方形地面的长为50米,宽为32米,中心建一直径为10米的圆形喷泉,四周各角留一个长20米,宽5米的小长方形花坛,图中阴影处铺设广场地砖 (1)求阴影部分的面积S(π取3); (2)甲乙两人承包铺了地砖任务,若甲单独做需20小时完成,乙单独做需要12小时完成.甲乙二人合做6小时后,乙有事离开,剩下的由甲单独完成.请你根据所给的条件提出一个问题,并...
【单选题】A person with the blood type AB can ______ any type of blood.
A.
apply
B.
recognize
C.
receive
D.
absorb
【单选题】Many people have donated that type of blood, but the blood bank needs ________.
A.
more
B.
less
C.
many
D.
little
【多选题】The father's blood type is type B, and the mother's blood type is type A. They gave birth to a daughter with blood type A. The blood type of this couple may be___.
A.
BO × AO
B.
BB × AA
C.
BB × AO
D.
BO × AA
【简答题】某校在教学楼前铺设小广场地面,其图案设计如图。所示,矩形地面的长50米,宽32米,中心建一直径为10米的圆形喷泉,四周各角留一个长20米,宽5米的小矩形花坛,图中阴影处铺设广场地砖。 (1)求阴影部分的面积S(π取3) (2)某人承包铺地砖任务,计划在一定的时间内完成,按计划工作3天后,提高了工作效率,使每天铺地砖的面积为原计划1.5倍,结果提前4天完成了任务,问原计划每天铺多少平方米?
【单选题】一个长方形花坛长 2 米,宽 10 分米,这个花坛的面积是多少?列式为: 2 × 10=20 (平方分米)出错的主要原因是( )
A.
公式应用错误
B.
计算结果错误
C.
单位不统一就进行计算
【判断题】道德控制对体育运动的控制属于合法性控制。
A.
正确
B.
错误
相关题目: