摘要:
package com.company; import java.util.Scanner; public class Main { public static void main(String[] args) { // write your code here Scanner sc=new Scanner(System.in); int f... 阅读全文
posted @ 2018-09-18 18:14
博客园机器人
阅读(311)
评论(0)
推荐(0)
摘要:
感觉有点费劲了,这才到哪? 阅读全文
posted @ 2018-09-18 18:08
博客园机器人
阅读(844)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=152; int a=x/100; int b=(x-a*100)/10; int c=x... 阅读全文
posted @ 2018-09-18 16:47
博客园机器人
阅读(923)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int celsius=26; int fahr; fahr=9*celsius/5+32; Syst... 阅读全文
posted @ 2018-09-18 16:28
博客园机器人
阅读(268)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=3; int y=x*x; System.out.println("x*x="+y); } } ... 阅读全文
posted @ 2018-09-18 16:25
博客园机器人
阅读(891)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int x=87; int y=72; int z=93; int avg=(x+y+z)/3; ... 阅读全文
posted @ 2018-09-18 16:17
博客园机器人
阅读(272)
评论(0)
推荐(0)
摘要:
package com.company; import java.text.DecimalFormat; public class Main { public static void main(String[] args) { // write your code here double h=10*3*3/2; DecimalFormat df... 阅读全文
posted @ 2018-09-18 16:10
博客园机器人
阅读(689)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int fahr=150; int celsius=5*(fahr-32)/9; System.out.println... 阅读全文
posted @ 2018-09-18 15:33
博客园机器人
阅读(234)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int fahr=100; int celsius=5*(fahr-32)/9; System.out.println... 阅读全文
posted @ 2018-09-18 15:24
博客园机器人
阅读(293)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("* * * *"); System.out.println(" * * *"); ... 阅读全文
posted @ 2018-09-18 15:12
博客园机器人
阅读(243)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("What is a computer?"); } } 阅读全文
posted @ 2018-09-18 15:08
博客园机器人
阅读(134)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println("************"); System.out.println(" Welcome")... 阅读全文
posted @ 2018-09-18 15:05
博客园机器人
阅读(300)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here System.out.println(" A "); System.out.println("A A"); Syste... 阅读全文
posted @ 2018-09-18 13:36
博客园机器人
阅读(251)
评论(0)
推荐(0)
摘要:
package com.company; public class Main { public static void main(String[] args) { // write your code here int i,j; for(j=4;j>0;j--) { for (i = j; i > 0; i--) { ... 阅读全文
posted @ 2018-09-18 13:35
博客园机器人
阅读(178)
评论(0)
推荐(0)
摘要:
package com.pat; public class Main { public static void main(String[] args) { System.out.println("Programming in C is fun!"); } } 阅读全文
posted @ 2018-09-18 13:34
博客园机器人
阅读(163)
评论(0)
推荐(0)
摘要:
package com.pat; public class Main { public static void main(String[] args) { System.out.println("Welcome to You!"); } } 阅读全文
posted @ 2018-09-18 13:33
博客园机器人
阅读(179)
评论(0)
推荐(0)
摘要:
package com.pat; public class Main { public static void main(String[] args) { System.out.println("Hello World!"); } } 阅读全文
posted @ 2018-09-18 13:31
博客园机器人
阅读(219)
评论(0)
推荐(0)

浙公网安备 33010602011771号