Smallest of Three Numbers

# Introduction In this lab, you will write a program to find the smallest among three numbers by taking three integer inputs, storing them in variables, and using an `if...elif...else` statement to determine and print the smallest number.

|
60 : 00

Click the virtual machine below to start practicing