摘要: package com.menzel.scanner;import java.util.Scanner;public class Day05_4 { public static void main(String[] args) { System.out.println("请输入数字,以回车继续并以任 阅读全文
posted @ 2021-12-14 20:43 小凡的博客 阅读(260) 评论(0) 推荐(0)
摘要: public class Helloworld { static int e =6; public static void main(String[] args) { boolean a =true; boolean b =false; System.out.println("a&&b:"+(a&& 阅读全文
posted @ 2021-12-12 20:39 小凡的博客 阅读(126) 评论(0) 推荐(0)