Sie sind auf Seite 1von 1

Program Troco ; var v1,v2,troco:real; Begin write('"Digite o valor da venda" R$:'); read(v1); write('"Digite o valor entregue pelo cliente"

R$:'); read(v2); troco:=(v2-v1); write('O troco R$: ',troco); End.

Das könnte Ihnen auch gefallen