Saved Bookmarks
| 1. |
Write a program to print the message“SMOKING IS INJURIOUS TO HEALTH” on |
|
Answer» #include<iostream> using namespace std; int main() { cout<<” SMOKING IS INJURIOUS TO HEALTH”; } |
|