subject

Why is the given C++ program is not working?
#include<>
using namespace std;

int main()
{
char ch;
cout<<"Enter any letter: ";
cin>>"ch";

if(ch='a' || ch='e' || ch='i' || ch='o' || ch='u'|| ch='A' || ch='E' || ch='I' || ch='O' || ch='U')
cout<<"Vowel";

else
cout<<"Consonant";
return 0;
}

ansver
Answers: 1

Other questions on the subject: Computers and Technology

image
Computers and Technology, 23.06.2019 00:00, addisonrausch
What season was better from fortnite?
Answers: 2
image
Computers and Technology, 23.06.2019 03:50, dondre54
Q-1 which of the following can exist as cloud-based it resources? a. physical serverb. virtual serverc. software programd. network device
Answers: 1
image
Computers and Technology, 24.06.2019 07:00, Dkhaurithompson
Selective is defined as paying attention to messages that are consistent with one’s attitudes and beliefs and ignoring messages that are inconsistent.
Answers: 1
image
Computers and Technology, 25.06.2019 01:30, parislover2000
What controls can be found on the file tab of microsoft word
Answers: 1