Create a function that takes voltage and current and returns the calculated power.
voltage
current
power(230, 10) ➞ 2300 power(110, 3) ➞ 330 power(480, 20) ➞ 9600
N/A