ramylan00
ramylan00
26-12-2020
Computers and Technology
contestada
help me please .
and thank you ..
Respuesta :
kalabeasfaw99
kalabeasfaw99
26-12-2020
Answer:
#include <iostream>
using namespace std;
int main()
{
char c;
int isLowercaseVowel, isUppercaseVowel;
cout << "Enter an alphabet: ";
cin >> c;
// evaluates to 1 (true) if c is a lowercase vowel
isLowercaseVowel = (c == 'a' || c == 'e' || c == 'i' || c == 'o' || c == 'u');
// evaluates to 1 (true) if c is an uppercase vowel
isUppercaseVowel = (c == 'A' || c == 'E' || c == 'I' || c == 'O' || c == 'U');
// evaluates to 1 (true) if either isLowercaseVowel or isUppercaseVowel is true
if (isLowercaseVowel || isUppercaseVowel)
cout << c << " is a vowel.";
else
cout << c << " is a consonant.";
return 0;
}
Explanation:
Answer Link
VER TODAS LAS RESPUESTAS ( 62+ )
RELAXING NOICE
Otras preguntas
______________ refer to any endeavor in which a resident participates that is intended to enhance his/her sense of well-being and to promote or enhance physical
Escoge el pronombre de objeto indirecto correcto de la lista. 2. Tienes intentos (attempts) sin límites. Flag question: Question 1 Question 12 pts El camarero _
Xander is an emergency room physician. He has a patient who is a college student. Her mother was in town and noticed that the young woman had a wet, productive
Little Edna's House of Love (a brothel) in Bunkie, Louisiana finds its existence threatened by environmental forces (aka the police). This is an example of ____
A light image formed on the retina is inverted. True False
For a scientific experiment, a physicist must makd sure that the temperature of a metal does not get colder than - 80 ° C. The metal begins the experiment at 0
What does the "A" stand for in AIDS? 1) Acquired 2) Autoimmune 3) Antibodies 4) Asthma
Facts, damages, loss and expenses are all components of a A. Settlement workup. B. Prayer for relief. C. Complaint. D. Brochure summary .
Match the emotions with their definitions. 1. love 2. sympathy 3. empathy 4. sadness 5. happiness 6. anger 7. fear a. An ability to experience the emotions of a
Whar are some cloud computing services?