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 ( 53+ )
Otras preguntas
When practicing to give an effective speech, it is important to a. consider body language. b. think about the audience. c. consider use of visuals. d. wear
after world war ii, the ussr extended its sphere of influence into yugoslavia and albania by
Read the following conversation between mother and child: Child: All gone. Mother: Is your juice all gone? Child: All gone. Mother: Do you want more juice?
what was the effect of carter’s attempts to free the hostages in iran?
What is the approximate age of our solar system? a. 4.6 trillion years b. 4.6 billion years c. 4.6 million years d. 4,600 years
Barney wants to rent a tent. He has to pay a fixed base cost plus a daily rate for renting the tent. The table shows the amount of money, y, in dollars, that Ba
how many gallons of gas will she need to purchase
What major impact did Islam have on India?
Cardio, flexibility, and strength workouts all have the following similar physical benefit: a Relieve stress b Increase range of motion c Improve the efficie
Working on college applications is a component of what type of goal? 1.Physical 2.Academic 3. Emotional 4.Social