Computer Science, asked by greatthink, 1 year ago


import java.util.*;
class hello{
System.out.println(Math.ceil(-28.23));

}

IN THIS CODE JAVA COMPILER IS SHOWING ERROR..

SAYING <IDENTIFIER> EXPECTED.
BEFORE THE BRACES OF SYSTEM.OUT.PRINTLN

CAN ANYBODY SAY WHAT IS WRONG..
PLEASE HELP BRAINLY MEMBERS.
I WANT A GOOD ANSWER .
WILL SURELY MARK BRAINLIEST☆☆

URGENT ....PLEASE....​

Answers

Answered by siddhartharao77
4

import java.util.*;

class hello

{

public static void main(String args[])

{

System.out.println(Math.ceil(-28.23));

}

}

Output:

-28.0

Hope it helps!


siddhartharao77: Mark it as brainliest!
Answered by Siddharta7
1

import java.util.*;

class hello{

System.out.println(Math.ceil(-28.23));

}


siddhartharao77: wrong
Similar questions