随笔分类 - java成长之路
摘要:package workhome; public class WindowDemo { public static void main(String[] args) { //匿名内部类对象,方法链编程 new Window().addListener(new WindowAdapter() { public void max...
阅读全文
摘要:package Function; import java.util.Scanner; import StudentaChievementManagementSystem.Students; public class Sort { //冒泡排序 public static void bubbleSort(int[] arr) { for (int ...
阅读全文
摘要:1 package test; 2 3 import java.util.Scanner; 4 5 public class Lottery { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 10 int lo...
阅读全文
摘要:1 package test; 2 3 import java.util.Scanner; 4 5 public class LeapYear { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 10 Scann...
阅读全文
摘要:1 package test2; 2 3 import java.util.Scanner; 4 5 public class ComputeAndInterpretBMI { 6 7 public static void main(String[] args) { 8 // TODO Auto-generated method stub 9 ...
阅读全文
摘要:package test; import java.util.Scanner; public class ConvertCelsiusToFahrenheit extends ComputeChange { public static void main(String[] args) { // TODO Auto-generated method stub Scanner inp...
阅读全文
摘要:1 package test2; 2 3 public class day01 { 4 5 public static void main(String[] args) { 6 // TODO Auto-generated method stub 7 8 System.out.println("hello world!"); 9 ...
阅读全文

浙公网安备 33010602011771号