Ask a New Question

Asked by Anwesh shrestha

Write a program to find whether the student is teenager or not.
3 years ago

Answers

Answered by oobleck
teenager = (12 < age) && (age < 20)
3 years ago
There are no AI answers yet. The ability to request AI answers is coming soon!

Submit Your Answer


We prioritize human answers over AI answers.

If you are human, and you can answer this question, please submit your answer.

Related Questions

Write a program that will find the lowest common denominator of two numbers. The user will enter th... I am trying to write a program to generate a diamond shape each line has odd number of circles. have... write a program C++ program and Use a recursive function that finds the n-th term using the followin... Write a c program that will declare two dimensional array called of 5 row and 5 colum. The user will... Write a program that allows the user to input a total dollar amount for an online shopping order an... Write a program which allows user to enter 10 student names and scores for Java programming 1 and Ja... Write a program to find the sum of the series: 1/12+1/22+1/32+…..1/n2. Write a C++ program that will accept the marks in a test for a group of 25 students then calculate a... using c++ write a program that accepts the unit weight of a bag of coffee in pounds and the number o... write program for following series: (i)1,2,6,24,120...........n times. (ii)1,2,3,5,7,11..........n...
Submit Your Answer

Question

Write a program to find whether the student is teenager or not.

Ask a New Question
Archives Contact Us Privacy Policy Terms of Use