IF/Else

Description

IF/Else
claudio torres
Quiz by claudio torres, updated more than 1 year ago
claudio torres
Created by claudio torres almost 6 years ago
13
0

Resource summary

Question 1

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

Question 2

Question
¿Que va primero in if o else?
Answer
  • If
  • else

Question 3

Question
¿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;
Answer
  • 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; } }

Question 4

Question
¿Es un ciclo if/else?
Answer
  • Si
  • No

Question 5

Question
¿Que librerías se necesita para usar if/else en C++?
Answer
  • #include<iostream>
  • #include<stdlib.h>
  • Ninguna, el IDE ya los incluye
  • #include<math.h>
Show full summary Hide full summary

Similar

Higher Level Economics
Jim hammerton
English Terminology for AS Level
rhigzy
situation ethics
96arthur.g
The Carbon Cycle - B1
Georgia Freeman
Of Mice and Men - Themes
Hafsa A
Parts of the Brain
Laura Jin
Simple Present Tense (Test)
Onur Kalafat
Data Types
Jacob Sedore
AQA Chemistry Past Paper Questions
hannah ruskin
An Inspector Calls - Quotes and Context
James Holder
Computer Science
Alex Rollin