For this program you will be spinning one of three objects.
INPUTS:
A user will select a disk, sphere or ring from a dropdown menu to spin.
A user will enter the mass (kg) and radius (m) of the selected object.
The user will enter a tangential force (N) and a time (s) for how long the force will be applied.
OUTPUTS:
Assuming the spinning object starts from rest, print out how many revolutions the object will make.
Depending on the object choice, scrape the correct picture from http://tinyurl.com/yxtu9xdg
CRITERIA & CONSTRAINTS:
Your program should have an impressive interface. (colors and graphics)
Specify in what units the user is entering data.
For this program you can re-use a lot of code from the Newton program to make the dropdown as well as scrape the images. You can scrape the images from https://sbainvent.com/dynamics/mass-moment-of-inertia/ or http://www.livephysics.com/physical-constants/mechanics-pc/moment-inertia-uniform-objects/ or any better website you can find.