g modify the showmovies signature to accept two boolean arguments. the first parameter called showintermission should control whether the method prints the intermission string between the movies (added in the previous step). the second parameter called showhours should be passed to the gettitle method as its boolean argument that controls whether the method returns the title format in hours and minutes or just minutes. public void showmovies(boolean showintermission, boolean showhours)