Introduction to application scenarios of relevant knowledge points in Java

Introduction to application scenarios of relevant knowledge points in Java

  1. Boolean data (basic data type): true and false
    are often used in conditional judgments and loops

  2. Remainder (modulo operation):%
    can be used in the case of judging odd and even numbers
    Insert picture description here

  3. Insert picture description here

Guess you like

Origin blog.csdn.net/qq_41633396/article/details/114901320