#include <iostream.h>
int main()
{
char ch == ‘a’;
if (ch >= ‘A’ && ch <= ‘Z’)
ch = ch + 32;
else
ch = ch - 32;
cout << “Output = ” << ch;
}
Answers
Answered by
1
what is the meaning of your question
Similar questions
Math,
5 months ago
Social Sciences,
5 months ago
India Languages,
5 months ago
History,
10 months ago
Chemistry,
10 months ago