import java.util.Scanner;
public class Main {
public static void main(String[] args) {
//expression = operands & Operators
//Operands = Values, Variables, number, quantity.
//Operators = + - * / %
//int frineds= 123;
double friends = 12.5;
System.out.println(friends);
}
}
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)