📅  最后修改于: 2022-03-11 14:52:19.749000             🧑  作者: Mango
Byte age = /*Input the persons age here*/ 39;
if (age>=18){
System.out.println(true+" "+",Your an adult");
}
else {
System.out.println(true+" "+",Your an child");
}