电脑桌面
添加小米粒文库到电脑桌面
安装后可以在桌面快捷访问

网站后台维护管理系统代码

网站后台维护管理系统代码_第1页
网站后台维护管理系统代码_第2页
网站后台维护管理系统代码_第3页
1 package pm; public class SwitchTest { //>=90 A // 80~89 B // 70~79 C // 60~69 D // <60 E public static void main(String[] args) { int s=87; switch(s/10){ case 10 :System.out.println("A");break; case 9 :System.out.println("A");break; case 8 :System.out.println("B");break; case 7 :System.out.println("c");break; case 6 :System.out.println("D");break; default :System.out.println("E");break; } } } package pm; public class SwitchTest{ public static void main(String[] args){ for(int i=1;i<=9;i++){ for(int j=1;j<=i;j++){ System.out.print(j+"*"+i+"="+(i*j)+"\t"); } System.out.println(); } } } package pm; import java.util.Scanner; public class SwitchTest { public static void main(String[] args) { Scanner sc=new Scanner(System.in); while (true) { System.out.println; String s = sc.next().trim(); if ("c".equalsIgnoreCase(s)) { System.out.println; double db = sc.nextDouble(); double db2 = (db * 9 / 5) + 32; System.out.println(" + db2 + "F"); } else if ("f".equalsIgnoreCase(s)) { System.out.println; double db = sc.nextDouble(); double db2 = (db - 32) * 5 / 9; System.out.println(+ Math.round(db2) + "C"); }else if("exit".equalsIgnoreCase(s)){ break; } } } } package pm; import java.util.Scanner; public class SwitchTest{ public static void main(String[] args) { 2 Scanner sc=new Scanner(System.in); boolean flag=true; while (flag) { System.out.println; String str = sc.nextLine().trim(); if (str.endsWith("c") || str.endsWith("C")) { String st = str.substring(0, str.length() - 1); double db = Double.parseDouble(st);//[0,2) //2 double db=Double.valueOf(st).doubleValue(); double db2 = (db * 9 / 5) + 32; System.out.println; } else if (str.endsWith("f") || str.endsWith("F")) { String st = str.substring(0, str.length() - 1); double db = Double.parseDouble(st);//[0,2) /...

1、当您付费下载文档后,您只拥有了使用权限,并不意味着购买了版权,文档只能用于自身使用,不得用于其他商业用途(如 [转卖]进行直接盈利或[编辑后售卖]进行间接盈利)。
2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。
3、如文档内容存在违规,或者侵犯商业秘密、侵犯著作权等,请点击“违规举报”。

碎片内容

确认删除?
VIP
微信客服
  • 扫码咨询
会员Q群
  • 会员专属群点击这里加入QQ群
客服邮箱
回到顶部