java常用代码(20条案例)
1. 输出Hello World字符串
public class Main {
public static void main(String[] args) {
// 使用System.out.println()方法输出字符串"Hello World"
System.out.println("Hello World");
}
}
2. 定义一个整型变量并进行赋值
public class Main {
public static void main(String[] args) {
// 定义一个名为num的整型变量并将其赋值为10
int num = 10;
// 使用System.out.println()方法输出变量num的值
System.out.println(num);
}
}
3. 循环打印数字1到10
public class Main {
public static void main(String[] args) {
// 使用for循环遍历数字1到10
for (int i = 1; i <= 10; i++) {
// 使用System.out.println()方法输出每个数字
System.out.println(i);
}
}
}
4. 实现输入输出
import java.util.Scanner;
public class Main {
java定义一维数组并赋值 public static void main(String[] args) {
// 创建一个Scanner对象scanner,以便接受用户的输入
Scanner scanner = new Scanner(System.in);
// 使用Line()方法获取用户输入的字符串
String input = Line();
// 使用System.out.println()方法输出输入的内容
System.out.println("输入的是:" + input);
}
}
5. 实现条件分支
public class Main {
public static void main(String[] args) {
// 定义一个整型变量num并将其赋值为10
int num = 10;
// 使用if语句判断num是否大于0,如果是,则输出"这个数是正数",否则输出"这个数是负数"
if (num > 0) {
System.out.println("这个数是正数");
} else {
System.out.println("这个数是负数");
}
}
}
6. 使用数组存储数据
public class Main {
public static void main(String[] args) {
// 定义一个整型数组nums,其中包含数字1到5
int[] nums = new int[]{1, 2, 3, 4, 5};
// 使用for循环遍历数组
for (int i = 0; i < nums.length; i++) {
// 使用System.out.println()方法输出每个数组元素的值
System.out.println(nums[i]);
}
}
}
7. 打印字符串长度
public class Main {
public static void main(String[] args) {
// 定义一个字符串变量str并将其赋值为"Hello World"
String str = "Hello World";
// 使用str.length()方法获取字符串的长度,并使用System.out.println()方法输出长度
System.out.println(str.length());
}
}
8. 字符串拼接
public class Main {
public static void main(String[] args) {
// 定义两个字符串变量str1和str2,并分别赋值为"Hello"和"World"
String str1 = "Hello";
String str2 = "World";
// 使用"+"号将两个字符串拼接成一个新字符串,并使用System.out.println()方法输出拼接后的结果
System.out.println(str1 + " " + str2);
}
}
9. 使用方法进行多次调用
public class Main {
public static void main(String[] args) {
// 定义一个名为str的字符串变量并将其赋值为"Hello World"
String str = "Hello World";
// 调用printStr()方法,打印字符串变量str的值
printStr(str);
// 调用add()方法,计算两个整数的和并输出结果
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论