#Include <code>

Page 1

Jonathan Escamilla Composition 2 Class 048 1-25-18

#include &lt;code&gt; Using namespace std; Int main() { Int enter; Int take_it_slow; Cout &lt;&lt; “In life, things are complicated,\n”; Cout &lt;&lt; “different variables that have different outcomes.\n”; Cin &gt;&gt; enter; Cout &lt;&lt; “algorithms so complicated, it becomes” &lt;&lt; “ difficult to understand it in its entirety.” &lt;&lt; endl; Cout &lt;&lt; “it may seem like the whole world is in chaos,” &lt;&lt; “but if we just take a small portion and examine it, ” &lt;&lt; “we find that life, doesn’t need to be so complicated.” &lt;&lt; endl;


Cin &gt;&gt; take_it_slow; Cout &lt;&lt; “Once you analyze your problem,\n”; Cout &lt;&lt; “and you know what is going on.” &lt;&lt; endl; Cout &lt;&lt; “then everything becomes so simple, and easy to understand.” &lt;&lt; endl; System(“pause”); Return 0; }

Instructions Cout in programming means to be put in display, like a picture on a wall. Cin is what the person using the computer has to do, in order to continue Endl and \n are just to skip to the next line under the previous line. &lt;&lt; and &gt;&gt; are just directions for the code to work. {….} are the start and end of a code or in this case the poem. And everything in “ ”(quotations) is just what is being said, you can read that normally. Now that you know, if you didn’t understand it, please go back and read it again.



Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.