public class Main {
public static void main(String[] args) {
final double PI = 3.14159;//final means final unable to take second variable ex. int x = 24;
System.out.println(PI);
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)