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 ( 33+ )
Otras preguntas
f a population of deer exceeds its carrying capacity, it is likely that the population will crash. population will become extinct. carrying capacity will increa
What river system was important to trade and transportation in the west when native americans were heading west?
The present value of the money in your savings account is $420 and you are receiving 3% annual interest compond monthy. What is the future value in two months
The united nations is not a world government, but in recent years individual states have asked the united nations to do a number of different things, the most e
The modified expression, x3(2x + 5) – 4(2x + 5), has two terms with a common factor of
What number can you multiply by π to get a rational number? Select each correct answer. 1/π −π 0 2
Julie took a picture of a sand pile. She is planning to use it in her document as background. Which design element is Julie using through the picture?
Dna molecules can be tens of thousands of base pairs in length. mistakes in dna replication lead to mutations, which may or may not be harmful to an organism. h
Some plants release toxic chemicals that kill or harm nearby plants. What type of example is this? 1. cooperation 2.mutualism 3.competition 4. parasitism PLEASE
define the grotesque