皮皮学,免费搜题
登录
logo - 刷刷题
搜题
【简答题】
有两个投资额相等的项目可供选择,投资获利的有效期均为10年。第一个项目10年内每年年末可回收投资20000元;第二个项目前5年每年年末回收25000元,后5年每年年末回收15000元。若银行利率为10%。 要求:计算比较哪一个项目获利大。
手机使用
分享
复制链接
新浪微博
分享QQ
微信扫一扫
微信内点击右上角“…”即可分享
反馈
参考答案:
举一反三
【单选题】下述哪个方法不可以加人类SubClass? ( ) class SupClass{ public void methodOne(int i){} public void methodTwo(int i){} public static void methodThree(int i) {} public static void methodForth(int i) {} } class SubCla...
A.
public static void methodOne(int i){ }
B.
public void methodTwo(int i){ }
C.
public static void methodThree(int i,intj){ }
D.
public static void methodForth(inti){ }
【单选题】以下哪个方法不可以加入类Son? ( ) class Father{ public void methodOne(int i){} public void methodTwo(int i){} public static void methodTree(int i){} public static void methodFour(int i){} } class Son extends Fath...
A.
public static void methodOne(int i){}
B.
public void methodTwo(int i){}
C.
public static void methodTree(int i, int j){}
D.
public static void methodFour(int i){}
【判断题】When we may encounter many “roads” in reality, we could make a perfect choice to take all the interests into account.
A.
正确
B.
错误
【单选题】In reality , we all face the challenge of communicating with people who have a different style of communication.
A.
事实上,我们要与不同的人沟通
B.
事实上,我们人人都面对这样的挑战,要和与自己交流方式不同 的人沟通
【单选题】喜剧在古希腊早期即已出现,在很长的时间内,它都不能登大雅之堂。但是在梭伦改革之后的雅典,喜剧在城邦的节日仪式中出现并且发展壮大,政府元首和政府重要的部门都是其驳斥和奚落的目标。这表明了当时的雅典
A.
民主制度赋予公民思想自由
B.
对一切政治权威的质疑否定
C.
喜剧成为最主要的民主制度
D.
城邦制度日渐衰落
【单选题】下列是定义一个接口ITF的程序,在横线处应填入的选项是 ( )public interface ITF{public static final double PI=3.14,public ______ double area(double a,double b);}
A.
interfaee
B.
static
C.
final
D.
abstract
【单选题】磷酸戊糖途径的真正意义在于产生( )的同时产生许多中间物如磷酸核糖等。
A.
NADPH+H+
B.
NADH
C.
ADP
D.
CoASH
【单选题】植株的所有器官中,以( )含钾量最高
A.
果实
B.
叶片
C.
茎秆
D.
根系
【单选题】public class Test { public static void test() { this.print(); } public static void print() { System.out.println("Test"); } public static void main(String args []) { ...
A.
输出Test
B.
无输出结果
C.
类编译错误,指示不能在static上下文中使用this
D.
以上都不对
【单选题】阅读下列代码: public class Person{ static int arr[]=new int[10]; public static void main(String args){ System.out.println{arr[9]); } } 该代码的运行结果是( )。
A.
编译时将产生错误
B.
编译时正确,运行时将产生错误
C.
输出零
D.
输出空
相关题目:
参考解析:
知识点:
题目纠错 0
发布
创建自己的小题库 - 刷刷题