Write a function to find the missing side given two sides of a right angle triangle? function solve( a, b ){ //write your code here } Login to Submit
Input: 3, 4 Output: 5