主页
知识大厅
搜索
账户
充值
常见问题
当前学科:未知科目
题目:
一种工作的正规化程度越高,难么做这项工作的人自主权越高。
正确
错误
答案:
<查看本题扣1积分>
查看答案
问题答案不对?抱歉,搜索引擎优化导致页面变化,请尝试站内搜索,远程教育试题库
推荐知识点:
屋面防水卷材的铺贴方向应如何确定?
下雨天留客天留我不留,这个句子有()种理解。
调试程序时需要设置断点,设置断点在( )窗口。
教育科学理论研究的主要功能有哪些?
销售A产品100件,单价400元,增值税率17%,款项对方暂欠。
替代效应
简述抑郁症患者的安全护理
课件
五听
下面基本数据类型的变量赋值的程序,请解释带编号的语句,并写出程序的运行结果。public class Assign { public static void main (String args[ ]) { int x, y; //1 float z=3.414f ; //2 double w=3.1415; //3 boolean truth=true; //4 char c; //5 String str; //6 String str1="bye"; //7 c='A'; //8 str="Hi out there"; //9 x=6; y=1000; //10 System.out.println("x="+x); System.out.println("y="+y); System.out.println("z="+z); System.out.println("w="+w); System.out.println("truth="+truth); System.out.println("c="+c); System.out.println("str="+str); System.out.println("str1="+str1); }}
本网站数据均来自互联网 --2018