Scanner s = new Scanner("path to file");
if (s.hasNextDouble){
double balance = s.nextDouble();
}What is the value of balance after this code runs? Verify it with a println or...