"smoking is injurious to health" how to write this in C++ program
Answers
Answered by
2
Explanation:
#include<iostream.h>
#include<conio.h>
void main()
{
cout<<"\n Smoking Is Injurious To
Health.";
getch();
}
Similar questions