# Introduction In this lab, we will create a program that finds the greatest multiple of a number below 100 by running a for loop backwards and checking if each number perfectly divides the input number.
Click the virtual machine below to start practicing