Write the characteristics of IPA 2956•
Answers
Answered by
0
Answer:
the errors (if any) and re-write the correct program given below :-
//Program to input a character in lower case and print whether it is a space or vowel or a $ sign.
#include<iostream.h> #include<conio.h>
void main()
{
int ch;
clrscr();
cout<<"Enter any character"<<endl
cin>>ch;
if(ch=='
Similar questions