0
What is the point of logical statements in java?
This logical statements are actually illogical statements
2 Answers
0
They are very useful, you can use they, for example, to confirm that the user is an teenager:
If(age>=14 && age<18)
This logical statements are actually illogical statements