top of page

Proceso FORMULA_DE_ENERGIA
  
 Escribir "DECLARACOM"
    Escribir "R como real"
    Leer R
    
Escribir "a,b como enteros"
    Leer a,b
  
 Escribir "ASIGNACION"
    Escribir "el valor de a"
    Leer num5    
    Escribir
"el valor de b"
    Leer num6
    Escribir "PROCESO"
    Escribir "el resultado de R= (a^2) + (2×a×b) + (b^2)"    
    Leer num115
    Escribir "RESULTADO"
    Escribir "IMPRIMIR R"
    Leer R
FinProceso

keevin.png

ALGORITMO

DIAGRAMA DE FLUJO

bottom of page