Answer: The difference between these two types of abaci are the number the beads.
Explanation:
have a great day or night
Engineer...Mechanic,Tire creator etc
The amount of money added to the product by the seller, difference between the cost price and selling price
Answer:
Please find the edited program below:
#include<iostream>
#include <stdio.h>
using namespace::std;
int main()
{
char ch;
cout<<"Enter any letter: ";
ch=getchar();
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;
}
Explanation:
We cannot input char type using cin, we need to use getchar, and it is under header file stdio.h. Also, for comparing we need to use == and not =. And corrrect way of including std is using namespace::std;
A central message that’s communicated by a writer or speaker is called a main idea