(Answered) Compute how far, in miles, the vehicle can travel on the available fuel. Your program should output: “You are able to travel X.XX miles on remaining fuel.” where X.XX is the miles distance you calculated.

Problem 1: First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects).   Then, create a new Java application called “DistanceCalc” (without the quotation marks) that requests two double values from the user at the command line:   ·         amount of present […]