Railway Seat Berth Determination

Given a railway seat number represented as an integer, determine if it is a valid seat number and identify its berth type. Possible berth types include lower berth, middle berth, upper berth, side lower berth, and side upper berth.

Input:

The first line contains an integer 't', representing the number of test cases. Each of the next 't' lines contains one integer representing the railway seat number.

Output:

For each test case, output the berth type if the seat number is valid, otherwise output "Invalid". Possible berth types are "Lower", "Middle", "Upper", "Side Lower", and "Side Upper".

Example:

Input:
t = 2 
Seat numbers: 25
Seat numbers: 38
Output:
Upper 
Invalid

Constraints:

  • 1 <= T <= 20
  • 1 <= N <= 100 (where N is the input berth seat number)
Be the first one to answer
Add answer anonymously...
Josh Technology Group Software Engineer Interview Questions
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+

Reviews

4 L+

Interviews

4 Cr+

Salaries

1 Cr+

Users/Month

Contribute to help millions

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter