Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void TVASO::echarLiquido(double volumen)
- {
- mi_cantidadLiquido+=volumen;
- if(mi_cantidadLiquido>mi_capacidad)
- {
- mi_cantidadLiquido=mi_capacidad;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement