实验5-封装与测试2
摘要:测试类:import junit.framework.TestCase;public class CoreTest extends TestCase { protected void setUp() throws Exception { super.setUp(); } ...
阅读全文
posted @
2015-05-19 21:37
57杨家安
阅读(147)
推荐(0)
第六次作业-my Backlog
摘要:杨灵超小组My Backlog 小学生四则运算自动生成(Backlog)IDNameIMPESTHow to DemoNates1我们将在Java上实验小学生简单的四则运算因为对象是面对小学生所以程序分成低,中,高难度来面对不同阶层的学生305打开程序,学生根据自己的情况来选择难度,学生通过算式来...
阅读全文
posted @
2015-05-14 22:05
57杨家安
阅读(138)
推荐(0)
保存内容
摘要:public class jisuan { public static void main(String[] args) { int result; Core core=new Core();}} class Core{ String op; String op2; int a,b,c; int ...
阅读全文
posted @
2015-05-13 15:59
57杨家安
阅读(152)
推荐(0)
实验四-单元测试
摘要:import java.util.*;public class jisuan { public static void main(String[] args) { System.out.println("运算符号位:+,-,*,/"); Scanner sc=new...
阅读全文
posted @
2015-05-06 15:10
57杨家安
阅读(191)
推荐(0)