![[old] Multiply (Intro)](https://dk1vwk12q8pjl.cloudfront.net/media/logos/task/middle/tutor-disabled.png)
[old] Multiply (Intro)
(at the top right of the mission description there always is a list of available translations)
This is an intro mission, the purpose of which is to explain how to solve missions on CheckiO and how to get the most out of solving them. When the mission is solved, one more station become available for you, containing more complex missions.
So this mission is the easiest one. Write a function that will receive 2 numbers as input and it should return the multiplication of these 2 numbers.
Input: Two arguments. Both are int
Output: Int.
Example:
multTwo(2, 3) == 6 multTwo(1, 0) == 0
How does...
You should be an authorized user in order to see the full description and start solving this mission.