How do i do this in the most simple way possible [closed]

Create a program with a recursive function to count the number of total wheels on the cars that pass by. Provide a text box for someone to enter the number of cars. Each car has 4 wheels. Display the number counted. (Hint: create a for loop outside of the recursive function).