Saved Bookmarks
| 1. |
Write a program to print the following output The parrot sang "Good Morning !!! Friends". |
|
Answer» ONG>Answer: #include using namespace std; int main() { COUT<<"The parrot sang"GOOD Morning!!! FRIENDS""; } |
|