Write a function that multiplies given number by 5? function solve( a ){ //write your code here } Login to Submit
Input: 1 Output: 5 Input: 5 Output: 25 Input: 10 Output: 50