Pseudocodigo
Incio
int[] resistencia = { 16, 27, 39, 56, 81 }
int[] corriente=new int[5]
int[] portencia=new int[5]
int total = 0int Ifor (I = 0; step 5 I++)
{
Print ("Introduce Corriente", I + 1)
Read corriente[I]portencia[I] = resistencia[I] * corriente[I] * corriente[I]total = total + portencia[I]
}
Print ("\n\tResistencia Corriente Potencia")
Print (" ---------------------------------------------")
for(I=0; estep 5 I++)
{
Print ("\t{0} \t {1} {2}", resistencia[I], corriente[I], portencia[I])
}
Read ("Total Es:",total)
Fin
No hay comentarios:
Publicar un comentario