Live2D
上一页 1 ··· 9 10 11 12 13
摘要: 1 //程序员:罗元昊 2017.10.16 题目3.7 2 import java.util.Scanner; 3 public class L { 4 5 @SuppressWarnings("resource") 6 public static void main(String[] args) 阅读全文
posted @ 2017-10-16 02:41 Mr丶L 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1 //程序员:罗元昊 2017.10.7 2 import java.util.Scanner; 3 public class L { 4 5 public static void main(String[] args) { 6 System.out.println("5+5="+5+5); 7 阅读全文
posted @ 2017-10-08 16:49 Mr丶L 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 1 //程序员:罗元昊 2017.9.24 2 import java.util.Scanner; 3 public class L { 4 5 public static void main(String[] args) { 6 long a ; //练习题1:输出一个长整型的变量 1234567 阅读全文
posted @ 2017-09-24 19:24 Mr丶L 阅读(327) 评论(0) 推荐(0) 编辑
摘要: //程序员:罗元昊 2017.9.17 package demo;import java.util.Scanner;public class Ly { public static void main(String[] args) { Scanner input = new Scanner(Syste 阅读全文
posted @ 2017-09-18 12:07 Mr丶L 阅读(235) 评论(0) 推荐(0) 编辑
摘要: //程序员:罗元昊 2017.9.17 今天好累吖咦吖咦吖 package demo;import java.util.Scanner;public class Lk { public static void main(String[] args) { Scanner input = new Sca 阅读全文
posted @ 2017-09-17 21:23 Mr丶L 阅读(262) 评论(0) 推荐(0) 编辑
摘要: //程序员:罗元昊 2017.9.6public class World{ public static void main(String[] args){ double p=3.14,i=5.50; System.out.println(" 圆的面积:"+ p*i*i+ "cm2"); System 阅读全文
posted @ 2017-09-10 23:33 Mr丶L 阅读(193) 评论(1) 推荐(0) 编辑
摘要: //程序员:罗元昊 2017.9.6public class My{ public static void main(String[] args){ int a=35+100*60; //将跑步时间转化为秒 double b=2.0*1.6; //将跑步路程转化为公里 System.out.prin 阅读全文
posted @ 2017-09-10 23:32 Mr丶L 阅读(229) 评论(1) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13