#include #include using namespace std; int main() { char heart = 3; cout << "Heart = " << heart << endl; return 0; }