✏️ Explanatory Question
Identify the statements listed below as assignment, increment, method invocation or object creation statements.
- System.out.println("Java");
- costPrice = 457.50;
- Car hybrid = new Car();
- petrolPrice++;
Identify the statements listed below as assignment, increment, method invocation or object creation statements.