#includes <iostream.h>
using namespace std;
int main()
{
strBlogPost = "kitten diet";
strInterlinkFrom1to2 = "<a href="http://mykittenblog.com/kitten-diet.php">";
strInterlinkFrom1to2End = "</a>";
cout << "When feeding these beautiful creatures, be sure to pay attention to their " << strInterlinkFrom1to2 << strBlogPost << strInterlinkFrom1to2End
<< ", in order to keep him or her healthy!";
return 0;
}