0
How to make a conditional code for age from 18 to 65
age 18 to 65 is allowed to log in else are not allowed (in Scanner) Java
1 Resposta
+ 5
Think from these two concepts and code it yourself ;)
About Scanner: https://www.sololearn.com/learn/Java/2220/
About age condition:
https://www.sololearn.com/learn/Java/2144/