Code:
#include <iostream>
#include <string>
using namespace std;
int main()
{
string title= " the great";
typedef string revolution;
revolution heros;
revolution rocks;
cout<<"Enter your first name and last name and you will be hero:\n";
Leave a comment: