- 1

Write the program in java

Write a program Distance.java that takes two integer command-line arguments x and y and prints the Euclidean distance from the point (x, y) to the origin (0, 0). The formulae 10 calculate distance = sqrt(x*x + y*y). Use Math.power function

20th Aug 2019, 1:24 PM
omprakash shah
omprakash shah - avatar
3 Respostas
+ 3
The Q&A is no longer meant for questions like this, there is already a feature for questions like this, you can submit assignments in the lesson factory and wait for the approval
20th Aug 2019, 1:43 PM
᠌᠌Code X
᠌᠌Code X - avatar
0
Where I get lesson factory
20th Aug 2019, 1:45 PM
omprakash shah
omprakash shah - avatar
0
You can post your assignments here: https://www.sololearn.com/Discuss/1270852/?ref=app
20th Aug 2019, 2:09 PM
Denise Roßberg
Denise Roßberg - avatar