Create a c++ program to display at least 5 output statements Why you like programming
I am attaching code with outputs. Ask doubts if any.
CODE:
#include<iostream>
using namespace std;
int main(){
cout<<"I like programming as it helps to do things quickly. Before it used to take days to send letters now we can send mails in secoonds."<<endl;
cout<<"I like programming as it increases our thinking capacity as we try to solve real life problems using our own solutions."<<endl;
cout<<"I like programming as it enables me to implement my ideas into a real life application or product."<<endl;
cout<<"I like programming as it helps me to interact and talk with machines and make them work according to my requirements."<<endl;
cout<<"I like programming as i can use it to make difference in other people's life and it also teaches us to try hard to achieve our goals."<<endl;
return 0;
}
CODE SNIPPET:
OUTPUT:
Upvote if you liked the answer
Get Answers For Free
Most questions answered within 1 hours.