首页 > 代码库 > 二元一次方程组
二元一次方程组
学生:宋丹丹 张潇裕
public class Test5 {
public static void main(String[] args) {
int max=10;
int a;
int b;
int c;
int d;
int e;
int f;
a=(int)(Math.random()*max+1);
b=(int)(Math.random()*max+1);
c=(int)(Math.random()*max+1);
d=(int)(Math.random()*max+1);
e=(int)(Math.random()*max+1);
f=(int)(Math.random()*max+1);
String s=a+"x+"+b+"y+"+c+"=0";
String r=d+"x+"+e+"y+"+f+"=0";
System.out.println(s);
System.out.println(r);
}
}
二元一次方程组
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。