Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use scnr . nextInt ( ) to read integers from input until - 1 is read. For each remaining integer read before - 1 :

Use scnr.nextInt() to read integers from input until -1 is read. For each remaining integer read before -1:
If the integer is less than 55, output "Timesheet approved".
Otherwise, output "Request exceeded limit".
End each output with a newline.
Ex: If the input is 524464-1, then the output is:
Timesheet approved
Timesheet approved
Request exceeded limit
Note: The sentinel value is -1.

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