Computer Science, asked by hussain4829, 9 months ago

"smoking is injurious to health" how to write this in C++ program​

Answers

Answered by Anonymous
2

Explanation:

#include<iostream.h>

#include<conio.h>

void main()

{

cout<<"\n Smoking Is Injurious To

Health.";

getch();

}

Similar questions