Generation

generate functionMon, 22 May 2023

Clase vehículo pagar peaje

public class Auto extends Vehiculo { private String patente; public Auto(String patente) { this.patente = patente; } @Override public int pagarPeaje() { return 50; } }

Questions about programming?Chat with your personal AI assistant