Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

Enter your name and age using the keyboard. If the age is between 1 8 - 2 8 ( inclusive ) , then display the

Enter your name and age using the keyboard. If the age is between 18-28(inclusive), then display the message Name, come to the military registration and enlistment office, where Name is the name entered earlier from the keyboard.
Example input:
Alex
18
Example output:
Alex, come to the military registration and enlistment office
Requirements:
The program must read data from the keyboard twice.
The program must use the System.out.println() or System.out.print() command.
If the age is between 18-28(inclusive), then display only the message Name, come to the military registration and enlistment office.
If the age is not within the specified limits, then nothing needs to be displayed.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions