system.out.println(math.sqrt 25;
Answers
Answered by
0
Answer:
the square root of 25 is 5 because 5*5=25 and square is the same number multiplied by itself
Answered by
0
System.out.println(math. sqrt 25); This piece of command would give the output as 5.
Detailed answer
The following command will give the output as 5 because the command sqrt signifies square root
- So this means that the square root of 25 is 5 as the command finds the square root of the following.
- The word (system. out. println) signifies or is written to print the output the word out is the word used to signify it is the output.
- Println is the command written to print an argument that is passed to it.
So the final answer and the output of the command is 5
Similar questions