Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Hi Hypotaneous
class Rextester { public static void main(String args[]) { int b,h; double hy; b=10; h=7; hy=Math.sqrt(h*h + b*b); System.out.println("The hypotaneous of this right angled triangle is :"+hy); } }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Java tree
different ways to add parenthesis leetcode #241
Sort an array of 0's 1's 2's
Given two sorted arrays, merge them such that the elements are not repeated
test1
Java Q4
Hello
Basic Matrix
Copy an array elments into another array
Odd
Please log in to post a comment.