algoritmo "media"
var
   n1,n2:real
   media:real
inicio
  Escreval("informe o valor da primeira nota")
  Leia(n1)
  Se(n1>=0,0)e(n1<=10,0)
      Escreval("informe o valor da segunda nota")
      Leia(n2)
      Se(n2>=0,0)e(n2<=10,0)entao
      media:(n1+n2)/2
      Escreval("a media é", ((n1+n2)/2)
   Senao("a segunda nota não é válida e não será calculada")
   fimse
fimalgoritmo

Este algoritmo está certo?
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Lista de comentários


Helpful Social

Copyright © 2024 ELIBRARY.TIPS - All rights reserved.