Write a character literal representing the (upper case) letter A.

LANGUAGE: C++

CHALLENGE:

Write a character literal representing the (upper case) letter A.

SOLUTION:



'A'