Download - Planchas Semana 2

Transcript

//* PROB 7. DADOS LOS LADOS DE UN TRIANGULO, DETERMINE LA EXISTENCIA O NO EXISTENCIA DE DICHO TRIANGULO. AUTOR: PEDRO AIQUIPA , SECCION:D *//

// Librerias"stdafx.h"#include #include using namespace std;// Funcion principalvoid main(){// Declaracion de variablesdouble l1,l2,l3;// Entrada de datoscoutl1;coutl2;coutl3;// Validacion de datosif(l1


Top Related