Boolean---Test

public class BooleanTest {

	public BooleanTest() {
		// TODO 自动生成的构造函数存根
	}

	public static void main(String[] args) {
		// TODO 自动生成的方法存根

		boolean a = true ;
		boolean b = 5<3 ;
		a = false;

		System.out.println(a);


	}

}

21.08.03

posted @ 2021-08-03 09:49  toumaoyu  阅读(57)  评论(0)    收藏  举报