For example, I want to have it like
switch (var){
    case <10:
        System.out.println("var is lower than 10!");
}
If there is already a similar question that is answered, can I please have the link, thanks!
For example, I want to have it like
switch (var){
    case <10:
        System.out.println("var is lower than 10!");
}
If there is already a similar question that is answered, can I please have the link, thanks!