#include <iostream> using namespace std ; int main() { // Program code goes here. char letter; letter = ‘A’; //Declared then initialized int...
Separate names with a comma.