Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 926 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 926 Bytes

Conditional console application.

This is a simple conditional console application.

How to use ?

There will be four Quiz where user need to put a value to see result.

  1. User Input Validation (You need to enter a number between 1 to 9. If entered value is between 1 to 9 application will return "Valid". Otherwise application will return "Invalid".)
  2. Display Maximum Value (User will be asked to enter two number. Based on those number maximum value from the entered number will display.)
  3. Image Display Recognition (User will be asked to enter width and height of an image. Based on the entered value application will determine image orientation.)
  4. Camera Speed Detection (User need to put a speed limit and the speed of car. Based on that application will check if the speed is under limit or not. If not then in every 5km/h 1 demerit point will be incurred and display on the console.)