07.02.2015 Views

Mariangela de Oliveira Gomes Setti - Programa de Pós-Graduação ...

Mariangela de Oliveira Gomes Setti - Programa de Pós-Graduação ...

Mariangela de Oliveira Gomes Setti - Programa de Pós-Graduação ...

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.

61<br />

c) Algoritmo representado em Linguagem C, para o cálculo da média:<br />

<strong>Programa</strong><br />

void main()<br />

{<br />

int nota1, nota2;<br />

float media;<br />

clrscr();<br />

// Limpa a tela<br />

cin >> nota1 >> nota2; // Recebe as duas notas<br />

media = (nota1 + nota2) / 2; // Calcula a média<br />

if (media > 7)<br />

// Mostra o resultado<br />

cout

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

Saved successfully!

Ooh no, something went wrong!