Write an expression that computes the difference of two double variables salesSummer and salesSpring, which have been already declared and assigned values.
LANGUAGE: JAVA
CHALLENGE:
Write an expression that computes the difference of two double variables salesSummer and salesSpring, which have been already declared and assigned values.
SOLUTION:
LANGUAGE: JAVA
CHALLENGE:
Write an expression that computes the difference of two double variables salesSummer and salesSpring, which have been already declared and assigned values.
SOLUTION:
salesSummer – salesSpring