Get the answers you need at Westonci.ca, where our expert community is dedicated to providing you with accurate information. Ask your questions and receive precise answers from experienced professionals across different disciplines. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.
Sagot :
Note, this is psudocode, because i dont know what language you are coding in.
define a variable: minors
define a variable: adults
define a variable: seniors
define a variable: age
if age <18{
add one to minors
}
else if 18<age<64{
add one to adults
}
else if age >= 65{
add one to seniors
}
Thank you for visiting our platform. We hope you found the answers you were looking for. Come back anytime you need more information. Thank you for your visit. We're dedicated to helping you find the information you need, whenever you need it. Thank you for trusting Westonci.ca. Don't forget to revisit us for more accurate and insightful answers.