IF/Else

Descripción

IF/Else
claudio torres
Test por claudio torres, actualizado hace más de 1 año
claudio torres
Creado por claudio torres hace casi 6 años
13
0

Resumen del Recurso

Pregunta 1

Pregunta
¿Para que sirve un if/ else en C++?
Respuesta
  • Sirve para la entrada de datos
  • Sirve para la salidade datos
  • Sirve realizar decisiones simples en el flujo del programa
  • Sirve para insertar archivos

Pregunta 2

Pregunta
¿Que va primero in if o else?
Respuesta
  • If
  • else

Pregunta 3

Pregunta
¿Como complementarias este programa para saber si es hombre o mujer con if? #include<iostream> #include<stdlib.h> using namespace std; int main(){ int varable; cout<<"Que eres hombre o mujer?"<<endl; cout<<"Escribe 1 si eres hombre"<<endl; cout<<"Escribe 2 si eres mujer"<<endl; cin>>variable;
Respuesta
  • if(variable==1){ cout<<"OK ERES HOMBRE"<<endl; }else if(vaieable==2){ cout<<"OK ERES MUJER"<<endl; }
  • if(variable=1){ cout<<"OK ERES HOMBRE"<<endl; }else if(vaieable=2){ cout<<"OK ERES MUJER"<<endl; }
  • if(variable==1){ cout<<"OK ERES HOMBRE"<<endl; if(vaieable==2){ cout<<"OK ERES MUJER"<<endl; } }
  • (variable==1){ cout<<"OK ERES HOMBRE"<<endl; }else (vaieable==2){ cout<<"OK ERES MUJER"<<endl; } }

Pregunta 4

Pregunta
¿Es un ciclo if/else?
Respuesta
  • Si
  • No

Pregunta 5

Pregunta
¿Que librerías se necesita para usar if/else en C++?
Respuesta
  • #include<iostream>
  • #include<stdlib.h>
  • Ninguna, el IDE ya los incluye
  • #include<math.h>
Mostrar resumen completo Ocultar resumen completo

Similar

Cap 1 Biologia: Una vision de la vida.
Milca D.
Contexto histórico-cultural de Platón. 2º de Bachillerato.
smael Montesinos
Diferencias entre la Química y Física
maya velasquez
Funciones Matemáticas
maya velasquez
TO GET
Nati Lu
Sistema Digestivo II
Israel García
Mapas Conceptuales con GoConqr
Diego Santos
AUTORES-LIBROS
ROSA MARIA ARRIAGA
Autores vacío
Manu prieto
Test de Radicales 1 sencillo
MANUEL LUIS PÉREZ SALAZAR
Preguntas abiertas. La Guerra Civil
Salustiano Gutiérrez Baena