Computer Science, asked by pritikas078, 10 months ago

#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 aisha1411
1

what is the meaning of your question

Similar questions