博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
软件工程概论作业2
阅读量:6299 次
发布时间:2019-06-22

本文共 1754 字,大约阅读时间需要 5 分钟。

题目:

 

 

我的

 代码:

1 package school_question;  2   3 import java.util.LinkedList;  4 import java.util.Scanner;  5 import java.util.Stack;  6   7 public class sizeyunsuan {  8   9     public static void main(String[] args) { 10         System.out.println("需要括号:"); 11         System.out.println("1.是的 2.不用"); 12         biaodashi(); 13          14         jieguo(); 15          16     } 17     public static void biaodashi(){ 18         Stack
stack=new Stack
(); 19 int a,b,c,d; 20 a=(int)Math.random()*100; 21 b=(int)Math.random()*100; 22 c=(int)Math.random()*100; 23 d=(int)Math.random()*100; 24 String s1=String.valueOf(a); 25 String s2=String.valueOf(b); 26 String s3=String.valueOf(c); 27 String s4=String.valueOf(d); 28 stack.push(s1); 29 stack.push(s2); 30 stack.push(s3); 31 stack.push(s4); 32 } 33 public static void youxianji(){ 34 35 } 36 public static void jieguo(){ 37 int i,a,b,c,d; 38 int mode,isint = 0; 39 int max; //确定数值的最大值 40 double result; 41 mode=0; 42 Scanner in=new Scanner(System.in); 43 int flag_fenshu,flag_fushu,flag_yushu; 44 System.out.println("数值能接受的最大值:"); 45 max=in.nextInt(); 46 System.out.println("需要分数吗?"); 47 System.out.println("1.是的 2.不用"); 48 flag_fenshu=in.nextInt(); 49 System.out.println("需要负数吗:"); 50 System.out.println("1.是的 2.不用"); 51 flag_fushu=in.nextInt(); 52 System.out.println("体量:"); 53 int n=in.nextInt(); 54 for(i=0;i

截图:

 

转载于:https://www.cnblogs.com/x-m-/p/6532660.html

你可能感兴趣的文章
简单易用且功能丰富的纯Swift下载框架
查看>>
Cocos2d-x开发---关于安卓打包所遇到的错误记录
查看>>
VMware下Ubuntu联网操作
查看>>
vlmcsd-1111-2017-06-17
查看>>
Linq-ToList与ToArray
查看>>
p3295 [SCOI2016]萌萌哒
查看>>
csu 1976: 搬运工小明
查看>>
java Class类与反射
查看>>
VC++ (2) win32 显示图片
查看>>
solr的安装配置与helloworld
查看>>
htm、html、shtml网页区别
查看>>
Docker学习笔记
查看>>
Python生产环境部署(fastcgi,uwsgi)
查看>>
Tomcat 7最大并发连接数的正确修改方法(转)
查看>>
ps 专题
查看>>
Redis 的性能幻想与残酷现实(转)
查看>>
How to recover from 'programmers burnout(转)
查看>>
System.arraycopy--findbugs检查引发的更改
查看>>
输出两条打印结果,不理解,哪个大神给分析下原因
查看>>
Linux Shell脚本Ldd命令原理及使用方法
查看>>