Math.round(-5.8) . give the output
Answers
Answered by
1
-6
Explanation:
You can check in computer
PROGRAM
class Program1
{
public static void main ( )
{
System.out.print(Math.round(-5.8));
}
}
OUTPUT:-. -6
Please Mark me BRAINLIEST
please Mark me BRAINLIEST
Similar questions