• 2021-04-14
    若a=3,b=4,则下列语句的输出结果是(单选题)
    if(!(a>b)) System.out.println("今天!");
    else System.out.println("明天!");