public class AlgorithmTester { public double calculateGasBill(int current, int previous) //task 1 { int unitsUsed; double bill = 0.0; return bill; }