public class Main {
public static void main(String[] args) {
int x = 10;
System.out.println(x == 10); // 输出 true , 因为 x 的值等于 10
}