I have been looking at this for hours and cannot figure out why it will not show the subtotal. PLEASE HELP:
import java.io.*;
import java.util.*;
public class CS0401JNRV2
{
//Constants For Program--------------
//GASOLINE CONSTANTS
static double REGULAR = 3.75,
PLUS = 4.00...