Computer Science, asked by kishiimahajan, 9 months ago

write a program to print the following output The parrot sang "Good Morning !!! Friends".​

Answers

Answered by mansisehga
1

Answer:

#include<iostream>

using namespace std;

int main()

{

cout<<"The parrot sang"Good Morning!!! Friends"";

}

Similar questions