CPP
cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#include <iostream>
using namespace std;
int main() {
cout<<"Programming Joke"<<endl;
cout<<"Asif:I want some money"<<endl;
cout<<"Dad:For why"<<endl;
cout<<"Asif:For smoking..sorry protesiting for smoking"<<endl;
cout<<"Dad:Really?U wanna protest for smoking"<<endl;
cout<<"Asif:Yea,of course"<<endl;
cout<<"Dad:If smokers don't listen to u?thn?"<<endl;
cout<<"Asif:Then I will hit them with the help of people"<<endl;
cout<<("Dad:Then I wanna hit a smoker\n");
cout<<("Asif:Who?\n");
cout<<("Dad:My son\n");
cout<<("Asif:My son mean?\n");
cout<<("Dad:I saw u yesterday at the time of smoking.U cheater\n");
cout<<("Asif:Sorry dad.um extremly sorry\n");
cout<<"But dad don't gonna listen to him.And something gonna happen"<<endl;
clog<<"Sorry guys its not a good joke.Its for practice.Um new in programming.So...";
return 0;
}
Enter to Rename, Shift+Enter to Preview
OUTPUT
Run