25.03.2015 Views

Lista 04 - UFMG

Lista 04 - UFMG

Lista 04 - UFMG

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

program l4p25b;<br />

var<br />

C, NOTA: integer;<br />

FREQAB: array [0..10] of integer;<br />

begin<br />

for C := 0 to 10 do<br />

FREQAB[C] := 0;<br />

for C := 1 to 80 do<br />

begin<br />

write('Digite a nota: ');<br />

readLn(NOTA);<br />

if (NOTA >= 0) and (NOTA

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!