This is a simple conditional console application.
There will be four Quiz where user need to put a value to see result.
- 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".)
- Display Maximum Value (User will be asked to enter two number. Based on those number maximum value from the entered number will display.)
- 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.)
- 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.)