write a program to print the following output The parrot sang "Good Morning !!! Friends".
Answers
Answered by
1
Answer:
#include<iostream>
using namespace std;
int main()
{
cout<<"The parrot sang"Good Morning!!! Friends"";
}
Similar questions