Zusammenfassung der Ressource
Flussdiagrammknoten
- 10 inicio
20 input "dame el valor..
30 input "dame el valor..
40 let c=a+b(.5)
50 print "c=" c
60 end
- 10 inicio
20 input "dame el promedio" x
30 if x<7.5
40 print " Basico=" x
50 end
60 if x>8.5
70 Print "intermedio" x
80 go to 50
90 if x<10