Write a function to check whether given triangle is right angled triangle? function solve( a, b, c ){ //write your code here } Login to Submit
Input: 12 16 20 Output: true