Programando el teorema de Herón - PSeInt.Site

 

 

 

 

DESARROLLAMOS TUS ALGORITMOS (+51) 988411115

Programando el teorema de Herón

06. Visualice el área del triángulo, siempre que los lados que se ingresen formen un triángulo. Utilice el teorema de Herón para dicha operación.

¿EN QUE PROGRAMA QUIERES VER EL CÓDIGO? :

Curso de autocad, google colaboratory, curso de C, certificacion google, curso marketing digital, cisco python, páginas Web.

Diagrama de flujo(DFD) para saber si es un Triángulo HERÓN:

DESCARGA CÓDIGO

PSeInt - FLEXIBLE DESCARGA CÓDIGO

Algoritmo Condicional06 Escribir "Ingrese Lado 01 : " Leer L1 Escribir "Ingrese Lado 02 : " Leer L2 Escribir "Ingrese Lado 03 : " Leer L3 Si (L1+L2)>L3 Y (L2+L3)>L1 Y (L3+L1)>L2 Entonces Escribir "LOS LADOS INSERTADOS FORMAN UN TRIÁNGULO" Semi = (L1 + L2 + L3)/2 Escribir "SEMIPERÍMETRO : ", Semi Area = (Semi * (Semi - L1) * (Semi - L2) * (Semi - L3)) Area = rc(Area) Escribir "ÁREA : ", Area SiNo Escribir "LOS LADOS NO PERTENECEN A UN TRIÁNGULO" Fin SiFinAlgoritmo

PSeInt - ESTRICTO DESCARGA CÓDIGO

Algoritmo Condicional06 Definir L1, L2, L3 como Entero; Definir Area, Semi como Real; Escribir "Ingrese Lado 01 : "; Leer L1; Escribir "Ingrese Lado 02 : "; Leer L2; Escribir "Ingrese Lado 03 : "; Leer L3; Si (L1+L2)>L3 Y (L2+L3)>L1 Y (L3+L1)>L2 Entonces Escribir "LOS LADOS INSERTADOS FORMAN UN TRIÁNGULO"; Semi l2; cout > l3; if ((l1+l2)>l3 && (l2+l3)>l1 && (l3+l1)>l2) { cout INGRESE LADOS DE UN TRIÁNGULO : LADO Nro 01 :

LADO Nro 02 :

LADO Nro 03 :

RESULTADO :

SEMIPERIMETRO :

ÁREA DEL TRIÁNGULO USANDO HERÓN :

Visual Basic .Net - Consola DESCARGA CÓDIGO

Imports System.ConsoleImports System.MathModule Module6 Dim L1, L2, L3, Area, Semi As Decimal Sub Main() Write("Ingrese lado 1: ") L1 = ReadLine() Write("Ingrese lado 2: ") L2 = ReadLine() Write("Ingrese lado 3: ") L3 = ReadLine() If ((L1 + L2) > L3 And (L2 + L3) > L1 And (L3 + L1) > L2) Then WriteLine("Los Lados Insertados Forman un Triángulo") Semi = (L1 + L2 + L3) / 2 WriteLine("SEMIPERÍMETRO : " & Semi) Area = (Semi * (Semi - L1) * (Semi - L2) * (Semi - L3)) Area = Sqrt(Area) WriteLine("El Área del Triángulo usando HERÓN: " & Area) Else WriteLine("Los Lados NO Pertenecen a un Triángulo") End If ReadLine() End SubEnd Module

Programando el teorema de Herón - PSeInt.Site

Programando el teorema de Herón - PSeInt.Site

Diagrama de flujo(DFD) para saber si es un Triángulo HERÓN: PSeInt - FLEXIBLE DESCARGA CÓDIGO PSeInt - ESTRICTO DESCARGA CÓDIGO Visual Basic .Net - Consola

programar

es

https://aprendeprogramando.es/static/images/programar-programando-el-teorema-de-heron-pseint-666-0.jpg

2024-12-02

 

Programando el teorema de Herón - PSeInt.Site
Programando el teorema de Herón - PSeInt.Site

MÁS INFORMACIÓN

El contenido original se encuentra en /condicional/programa-el-teorema-de-heron/
Todos los derechos reservados para el autor del contenido original (en el enlace de la linea superior)
Si crees que alguno de los contenidos (texto, imagenes o multimedia) en esta página infringe tus derechos relativos a propiedad intelectual, marcas registradas o cualquier otro de tus derechos, por favor ponte en contacto con nosotros en el mail [email protected] y retiraremos este contenido inmediatamente

 

 

Update cookies preferences