基础语法学习

This commit is contained in:
2023-07-26 17:38:59 +08:00
parent 55f094ebe7
commit ab802de6e2

View File

@@ -3,7 +3,7 @@ package com.kuang.opertate;
//逻辑运算符 //逻辑运算符
public class Demo05 { public class Demo05 {
public static void main(String[] args) { public static void main(String[] args) {
// 与 或 非 // 与 或 非 学习
int a = 10; int a = 10;
int b = 20; int b = 20;
int c = 30; int c = 30;