Back

code kata javascript

Created 2 years ago
500 Views
1 Comments
NaveenGP94WR
@NaveenGP94WR
NaveenGP94WR
@NaveenGP94WRProfile is locked. Login
  1. Given 3 numbers A,B,C print 'yes' if they can form the sides of a right angled triangle,otherwise 'no'.
    Input Size : A,B,C <= 100000
    Sample Testcase :
    INPUT
    3 4 5
    OUTPUT
    yes

Comments
Please login to comment.