It should be
if (age == 21) {
System.out.print("Legal Drinking age");
}
=
is used for assignments
0
solved if else to test legal drinking age
It should be
if (age == 21) {
System.out.print("Legal Drinking age");
}
=
is used for assignments
0
solved if else to test legal drinking age