Skip to content

Latest commit

 

History

History
 
 

multiply

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Write a function named multiply_3_numbers that takes three parameters, multiplies them together, and returns the result. Now write a test file for that function that contains at least 5 tests. Remember that the parameters could be ints or floats.