Declare two integer variables named profitStartOfQuarter and cashFlowEndOfYear.
LANGUAGE: JAVA
CHALLENGE:
Declare two integer variables named profitStartOfQuarter and cashFlowEndOfYear.
SOLUTION:
int profitStartOfQuarter; int cashFlowEndOfYear;
Declare two integer variables named profitStartOfQuarter and cashFlowEndOfYear.
int profitStartOfQuarter; int cashFlowEndOfYear;