top of page
Algoritmo VARIABLES
Escribir "CALCULO DE A";
Definir A Como Logico;
Definir B, C Como Entero;
Escribir "EL VALOR DE B ES:";
Leer B
Escribir "EL VALOR DE C ES:";
Leer C
A<-(B*C<=(B+C)*2)O(B+C/2<>abs(C-B))Y(B+C-((B+C)/2)>(B/C)*2)
Escribir "EL VALOR DE A ES:",A ;
FinAlgoritmo
bottom of page