Why, if I enter 4.95, does he return the 5 centimos and if I enter 1.95, he does not return it to me?
package ejer30;
import java.util.Scanner;
public class Expendedora {
private double dinero;
private static Scanner sc = new Scanne...
asked by
14.11.2017 / 18:27