// Make a program with // static void main // run // input method // print method // provideResponse method // in the run method, get input from the user for their age. // If their age is less than 1, print out that they are a newborn baby // if its between 1 and 3, print out that they are a toddler // if its between 4 and 11, they are a child // if its between 12 and 19, they are a teen // greater than 19 but less than 60, they are adult // greater 61, they are old
If you have any questions, feel free to email me at ddjapri@ayclogic.com