<?xml version="1.0" encoding="UTF-8" standalone="no"?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0"><channel><title>Aptitude Amplifier</title><description>Look into here for all your mainstream curiosities all around the world of technology, studies, tutorials of DIY, Sewing, Art and Craft. So here it goes. Come up in to know more. APTITUDEAMPLIFIER.</description><managingEditor>noreply@blogger.com (Tanmay Pramanick)</managingEditor><pubDate>Mon, 21 Jul 2025 06:10:15 +0530</pubDate><generator>Blogger http://www.blogger.com</generator><openSearch:totalResults xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">97</openSearch:totalResults><openSearch:startIndex xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">1</openSearch:startIndex><openSearch:itemsPerPage xmlns:openSearch="http://a9.com/-/spec/opensearchrss/1.0/">10</openSearch:itemsPerPage><link>https://aptitudeamplifier.blogspot.com/</link><language>en-us</language><itunes:explicit>no</itunes:explicit><itunes:subtitle>Look into here for all your mainstream curiosities all around the world of technology, studies, tutorials of DIY, Sewing, Art and Craft. So here it goes. Come up in to know more. APTITUDEAMPLIFIER.</itunes:subtitle><itunes:owner><itunes:email>noreply@blogger.com</itunes:email></itunes:owner><item><title>C++ Program to create a Calculator for Rectangle Operations | C++ Program | Class XI | CBSE</title><link>https://aptitudeamplifier.blogspot.com/2018/11/c-plus-plus-program-rectangle-operations-calculator.html</link><category>Arrays</category><category>C++</category><category>CBSE</category><category>Class 11</category><category>CodeBlocks</category><category>Coding</category><category>Computer Science</category><category>Dev C++</category><category>EduMat</category><category>Loops</category><category>Notes</category><category>Practicals XI</category><category>Programming</category><category>SAP</category><category>Turbo C++</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Tue, 27 Nov 2018 21:15:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-8728405173806489501</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;h2 style="text-align: left;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;b&gt;&lt;u&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Write a C++ Program to
calculate the rectangle operations&lt;/span&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;div style="text-align: center;"&gt;
&lt;u&gt;Rectangle Operations
Calculator in C++ Programming Language&lt;/u&gt;&lt;/div&gt;
&lt;/span&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;div style="text-align: center;"&gt;
&lt;u style="font-weight: normal;"&gt;(Area, Perimeter,
Length of Diagonals)&lt;/u&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Code Sample 1 (for Dev C++
&amp;amp; CodeBlocks)&lt;/span&gt;&lt;/h4&gt;
&lt;!-- HTML generated using hilite.me --&gt;&lt;br /&gt;
&lt;div style="background: #f8f8f8; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt; 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55&lt;/pre&gt;
&lt;/td&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;iostream&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;math.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;process.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     
     &lt;span style="color: green; font-weight: bold;"&gt;using&lt;/span&gt; &lt;span style="color: green; font-weight: bold;"&gt;namespace&lt;/span&gt; std;
     
     &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; &lt;span style="color: blue;"&gt;main&lt;/span&gt;()
     {
      &lt;span style="color: #b00040;"&gt;char&lt;/span&gt; response, choice;
      &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; l,b,a,p,d;
      &lt;span style="color: #a0a000;"&gt;Again:&lt;/span&gt; &lt;span style="color: #408080; font-style: italic;"&gt;//go to statement&lt;/span&gt;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enterr the rectangle function you want to work with:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"1. Area (Input 1)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"2. Perimeter (Input 2)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"3. Diagonals (Input 3)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"4. Exit (Input 4)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;choice;
      &lt;span style="color: green; font-weight: bold;"&gt;if&lt;/span&gt; (choice&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'1'&lt;/span&gt;&lt;span style="color: #666666;"&gt;||&lt;/span&gt;choice&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'2'&lt;/span&gt;&lt;span style="color: #666666;"&gt;||&lt;/span&gt;choice&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'3'&lt;/span&gt;)
      {
       cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter the length and the breadth respectively:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
       cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"(Put an enter between them)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
       cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;l&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;b;
  }
  
  &lt;span style="color: green; font-weight: bold;"&gt;switch&lt;/span&gt;(choice)
  {
    &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'1'&lt;/span&gt;: a&lt;span style="color: #666666;"&gt;=&lt;/span&gt;l&lt;span style="color: #666666;"&gt;*&lt;/span&gt;b;
             cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The area of the rectangle is:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;a&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"."&lt;/span&gt;;
             &lt;span style="color: green; font-weight: bold;"&gt;break&lt;/span&gt;;
    &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'2'&lt;/span&gt;: p&lt;span style="color: #666666;"&gt;=2*&lt;/span&gt;(l&lt;span style="color: #666666;"&gt;+&lt;/span&gt;b);
             cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The perimeter of the rectangle is:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;p&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"."&lt;/span&gt;;
             &lt;span style="color: green; font-weight: bold;"&gt;break&lt;/span&gt;;
    &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'3'&lt;/span&gt;: d&lt;span style="color: #666666;"&gt;=&lt;/span&gt;sqrt(pow(l,&lt;span style="color: #666666;"&gt;2&lt;/span&gt;)&lt;span style="color: #666666;"&gt;+&lt;/span&gt;pow(b,&lt;span style="color: #666666;"&gt;2&lt;/span&gt;));
            cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The length of the diagonals is:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;d&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"."&lt;/span&gt;;
      &lt;span style="color: green; font-weight: bold;"&gt;break&lt;/span&gt;;
   &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'4'&lt;/span&gt;: cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Exiting on your request..."&lt;/span&gt;;
            exit(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
   &lt;span style="color: #a0a000;"&gt;default:&lt;/span&gt; cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Wrong or Invalid choice."&lt;/span&gt;;
            cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Try Again..."&lt;/span&gt;;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Exiting..."&lt;/span&gt;;
      exit(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
         }
     
         cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Want some more functions to work with."&lt;/span&gt;;
         cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter your choice(Y/N):-&lt;/span&gt;&lt;span style="color: #bb6622; font-weight: bold;"&gt;\t&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"&lt;/span&gt;;
         cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;response;
         &lt;span style="color: green; font-weight: bold;"&gt;if&lt;/span&gt;(response&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'Y'&lt;/span&gt;&lt;span style="color: #666666;"&gt;||&lt;/span&gt;response&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'y'&lt;/span&gt;)
            &lt;span style="color: green; font-weight: bold;"&gt;goto&lt;/span&gt; Again;
   &lt;span style="color: green; font-weight: bold;"&gt;else&lt;/span&gt;
    {
       cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Thank You"&lt;/span&gt;;
    exit(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
    }
        &lt;span style="color: green; font-weight: bold;"&gt;return&lt;/span&gt;(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
     }
&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Code Sample 2 (for Turbo C++)&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div style="background: #f8f8f8; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt; 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53&lt;/pre&gt;
&lt;/td&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;iostream&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;math.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;process.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
          
     &lt;span style="color: #b00040;"&gt;void&lt;/span&gt; main()
     {
      &lt;span style="color: #b00040;"&gt;char&lt;/span&gt; response, choice;
      &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; l,b,a,p,d;
      &lt;span style="color: #a0a000;"&gt;Again:&lt;/span&gt; &lt;span style="color: #408080; font-style: italic;"&gt;//go to statement&lt;/span&gt;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enterr the rectangle function you want to work with:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"1. Area (Input 1)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"2. Perimeter (Input 2)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"3. Diagonals (Input 3)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"4. Exit (Input 4)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;choice;
      &lt;span style="color: green; font-weight: bold;"&gt;if&lt;/span&gt; (choice&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'1'&lt;/span&gt;&lt;span style="color: #666666;"&gt;||&lt;/span&gt;choice&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'2'&lt;/span&gt;&lt;span style="color: #666666;"&gt;||&lt;/span&gt;choice&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'3'&lt;/span&gt;)
      {
       cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter the length and the breadth respectively:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
       cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"(Put an enter between them)"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
       cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;l&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;b;
  }
  
  &lt;span style="color: green; font-weight: bold;"&gt;switch&lt;/span&gt;(choice)
  {
    &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'1'&lt;/span&gt;: a&lt;span style="color: #666666;"&gt;=&lt;/span&gt;l&lt;span style="color: #666666;"&gt;*&lt;/span&gt;b;
             cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The area of the rectangle is:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;a&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"."&lt;/span&gt;;
             &lt;span style="color: green; font-weight: bold;"&gt;break&lt;/span&gt;;
    &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'2'&lt;/span&gt;: p&lt;span style="color: #666666;"&gt;=2*&lt;/span&gt;(l&lt;span style="color: #666666;"&gt;+&lt;/span&gt;b);
             cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The perimeter of the rectangle is:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;p&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"."&lt;/span&gt;;
             &lt;span style="color: green; font-weight: bold;"&gt;break&lt;/span&gt;;
    &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'3'&lt;/span&gt;: d&lt;span style="color: #666666;"&gt;=&lt;/span&gt;sqrt(pow(l,&lt;span style="color: #666666;"&gt;2&lt;/span&gt;)&lt;span style="color: #666666;"&gt;+&lt;/span&gt;pow(b,&lt;span style="color: #666666;"&gt;2&lt;/span&gt;));
            cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The length of the diagonals is:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;d&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"."&lt;/span&gt;;
      &lt;span style="color: green; font-weight: bold;"&gt;break&lt;/span&gt;;
   &lt;span style="color: green; font-weight: bold;"&gt;case&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'4'&lt;/span&gt;: cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Exiting on your request..."&lt;/span&gt;;
            exit(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
   &lt;span style="color: #a0a000;"&gt;default:&lt;/span&gt; cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Wrong or Invalid choice."&lt;/span&gt;;
            cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Try Again..."&lt;/span&gt;;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Exiting..."&lt;/span&gt;;
      exit(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
         }
      
         cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Want some more functions to work with."&lt;/span&gt;;
         cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter your choice(Y/N):-&lt;/span&gt;&lt;span style="color: #bb6622; font-weight: bold;"&gt;\t&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"&lt;/span&gt;;
         cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;response;
         &lt;span style="color: green; font-weight: bold;"&gt;if&lt;/span&gt;(response&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'Y'&lt;/span&gt;&lt;span style="color: #666666;"&gt;||&lt;/span&gt;response&lt;span style="color: #666666;"&gt;==&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;'y'&lt;/span&gt;)
         &lt;span style="color: green; font-weight: bold;"&gt;goto&lt;/span&gt; Again;
     &lt;span style="color: green; font-weight: bold;"&gt;else&lt;/span&gt;
        {
           cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Thank You"&lt;/span&gt;;
    exit(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
        }
        getch();
     }
&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Sample Output:&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh45dLoJKArC_o2h_0dLqxmN8m3k72pi4e7WPVIrOQCnOHjHSbEdoQeG28o0cNU3wM2GLMdRiMlIHm463OzuOd1VBPZpCoWPq9NupZA43Dtgbd_LlYlSbO1h5sZ7_0yw1IXoBoc9yhzgHBS/s1600/rectangle+operations.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="rectangle operations c++ cbse class 11" border="0" data-original-height="317" data-original-width="564" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh45dLoJKArC_o2h_0dLqxmN8m3k72pi4e7WPVIrOQCnOHjHSbEdoQeG28o0cNU3wM2GLMdRiMlIHm463OzuOd1VBPZpCoWPq9NupZA43Dtgbd_LlYlSbO1h5sZ7_0yw1IXoBoc9yhzgHBS/s640/rectangle+operations.jpg" title="aptitude amplifier coding c++" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnYyqe-wGDL7URyZh0Uv1U5vAWV3_Q_UOJem1R8iZMtdGRmIys8b4u41KH8az8UtQI4TnvQEYUXgjWiS9a-D19TnIyn4wPWgzQQiks7DvaNNwU5czkF7YCtbVf-hHcfQta2c8PA1h6WJn1/s1600/rectangle+operations.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="317" data-original-width="564" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjnYyqe-wGDL7URyZh0Uv1U5vAWV3_Q_UOJem1R8iZMtdGRmIys8b4u41KH8az8UtQI4TnvQEYUXgjWiS9a-D19TnIyn4wPWgzQQiks7DvaNNwU5czkF7YCtbVf-hHcfQta2c8PA1h6WJn1/s640/rectangle+operations.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;
&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Programs on conditional statements, loops, control structures and string
manipulations&amp;nbsp;under C++ Programming language are covered here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;&lt;i&gt;Know more about stuff
related to this practical experiment (Important for Boards):-&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Difference between Dev C++
and Turbo C++.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/12/c-program-to-find-product-of-matrices.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C++ Program to find the
Product of the Matrices | C++ Program | Class XI&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/11/c-program-find-sum-of-series-1-x2.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C++ Program to find the
Sum of the Series, 1 – x/2! + x^2/3! – x^3/4! + x^4/5! .... | C++ Program |
Class XI&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/12/program-to-find-sum-of-each-row-and-column-matrix.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C++ Program to find sum
of each row and each column of a Matrix | C++ Program | Class XI&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/06/qualitative-analysis-acetic-acid-carboxylic-group.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Qualitative analysis for
the identification of the functional group in the organic sample Acetic Acid
(Example 1)&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/05/how-to-find-out-mass-of-salt-required.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;How to find out the mass
of salt required to achieve the required concentration of a solution&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2018/11/c-plus-plus-program-calculate-factorial-number.html"&gt;C++
Program to calculate the factorial of a given number | C++ Program | Class XI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2018/09/c-program-check-number-armstrong-or-not.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C++
Program to check whether a number is an Armstrong number or not | C++ Program |
Class XI | CBSE&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arora, Sumita. Computer
Science with C++ for Class - 12&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arora, Sumita. Computer
Science with C++ for Class - 11&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C programming Interview
questions and answers [&lt;a href="http://www.cquestions.com/"&gt;http://www.cquestions.com/&lt;/a&gt;]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://www.thecrazyprogrammer.com/"&gt;&lt;span style="color: black;"&gt;The Crazy Programmer&lt;/span&gt;&lt;/a&gt;&amp;nbsp;[&lt;a href="https://www.thecrazyprogrammer.com/"&gt;https&lt;/a&gt;&lt;a href="https://www.thecrazyprogrammer.com/"&gt;://www.thecrazyprogrammer.com/&lt;/a&gt;]&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Comment down about what
you think went wrong with your code, is this correctly working for you? What
else do you need for your coding lust?&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For latest syllabus, both
theory and practical papers for class XII, check out the CBSE’s official
site&amp;nbsp;&lt;/i&gt;&lt;a href="http://cbseacademic.in/"&gt;&lt;i&gt;http://cbseacademic.in/&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&amp;nbsp;for more info.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For more awesome coding
and programs related to this language log onto&amp;nbsp;&lt;/i&gt;&lt;a href="http://www.thecrazyprogrammer.com/"&gt;&lt;i&gt;http://www.thecrazyprogrammer.com&lt;/i&gt;&lt;/a&gt;&lt;i&gt;&amp;nbsp;or&amp;nbsp;&lt;/i&gt;&lt;a href="https://www.w3schools.in/"&gt;&lt;i&gt;https://www.w3schools.in/&lt;/i&gt;&lt;/a&gt;&lt;i&gt;.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Loop Based program code&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Loops for while&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Array manipulations&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Header files&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Dev c++&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Conditional statements&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Turbo C++&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;CodeBlocks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;CBSE class 12 computer
science practicals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;CBSE class XII computer
science practicals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: xx-small;"&gt;Benzoic Acid&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;&lt;i&gt;Aptitude Amplifier&lt;/i&gt;&lt;/a&gt;&amp;nbsp;©2014-2018. All Rights Reserved.&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;[message]&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;##check##&lt;b&gt;NOTE:&lt;/b&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;span style="background: white;"&gt;E&amp;amp;OE, means errors and omissions are expected and accepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly.&lt;/span&gt;&lt;/i&gt;&lt;span style="font-size: 8pt;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0cm;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;span style="background: white;"&gt;This article contains works derived from other reputed works of huge publication houses and notes that were made by me in my school life.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh45dLoJKArC_o2h_0dLqxmN8m3k72pi4e7WPVIrOQCnOHjHSbEdoQeG28o0cNU3wM2GLMdRiMlIHm463OzuOd1VBPZpCoWPq9NupZA43Dtgbd_LlYlSbO1h5sZ7_0yw1IXoBoc9yhzgHBS/s72-c/rectangle+operations.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>C++ Program to calculate the factorial of a given number | C++ Program | Class XI</title><link>https://aptitudeamplifier.blogspot.com/2018/11/c-plus-plus-program-calculate-factorial-number.html</link><category>Arrays</category><category>C++</category><category>CBSE</category><category>Class 11</category><category>CodeBlocks</category><category>Coding</category><category>Computer Science</category><category>Dev C++</category><category>EduMat</category><category>Loops</category><category>Practicals XI</category><category>Programming</category><category>SAP</category><category>Strings</category><category>Turbo C++</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Tue, 27 Nov 2018 20:19:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-381690140029757007</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;div class="MsoNormal"&gt;
&lt;h2 style="text-align: left;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: large;"&gt;&lt;u&gt;Write a C++ Program to calculate the
factorial of a given number&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/h2&gt;
&lt;h2 style="text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: large; line-height: 115%;"&gt;&lt;u&gt;Calculating factorial of numbers in C++
Programming Language&lt;/u&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Code Sample 1 (for Dev C++ &amp;amp; CodeBlocks)&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;!-- HTML generated using hilite.me --&gt;&lt;br /&gt;
&lt;div style="background: #f8f8f8; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt; 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16&lt;/pre&gt;
&lt;/td&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;iostream&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     
     &lt;span style="color: green; font-weight: bold;"&gt;using&lt;/span&gt; &lt;span style="color: green; font-weight: bold;"&gt;namespace&lt;/span&gt; std;
     
     &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; &lt;span style="color: blue;"&gt;main&lt;/span&gt;()
     {
      &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; x,f&lt;span style="color: #666666;"&gt;=1&lt;/span&gt;;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter the number to find its factorial:-&lt;/span&gt;&lt;span style="color: #bb6622; font-weight: bold;"&gt;\t&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"&lt;/span&gt;;
      cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;x;
      &lt;span style="color: green; font-weight: bold;"&gt;for&lt;/span&gt;(&lt;span style="color: #b00040;"&gt;int&lt;/span&gt; i&lt;span style="color: #666666;"&gt;=1&lt;/span&gt;;i&lt;span style="color: #666666;"&gt;&amp;lt;=&lt;/span&gt;x;i&lt;span style="color: #666666;"&gt;++&lt;/span&gt;)
      {
       f&lt;span style="color: #666666;"&gt;=&lt;/span&gt;f&lt;span style="color: #666666;"&gt;*&lt;/span&gt;i;
 }
   cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The factorial of "&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;x&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;" is "&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;f;
   &lt;span style="color: green; font-weight: bold;"&gt;return&lt;/span&gt;(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
     }
&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN" style="line-height: 115%;"&gt;Code Sample 2 (for Turbo C++)&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;!-- HTML generated using hilite.me --&gt;

&lt;br /&gt;
&lt;div style="background: #f8f8f8; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt; 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15&lt;/pre&gt;
&lt;/td&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;iostream&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;

     &lt;span style="color: #b00040;"&gt;void&lt;/span&gt; main()
     {
         clrscr();
         &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; x,f&lt;span style="color: #666666;"&gt;=1&lt;/span&gt;;
         cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter the number to find its factorial:-&lt;/span&gt;&lt;span style="color: #bb6622; font-weight: bold;"&gt;\t&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"&lt;/span&gt;;
         cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;x;
         &lt;span style="color: green; font-weight: bold;"&gt;for&lt;/span&gt;(&lt;span style="color: #b00040;"&gt;int&lt;/span&gt; i&lt;span style="color: #666666;"&gt;=1&lt;/span&gt;;i&lt;span style="color: #666666;"&gt;&amp;lt;=&lt;/span&gt;x;i&lt;span style="color: #666666;"&gt;++&lt;/span&gt;)
         {
             f&lt;span style="color: #666666;"&gt;=&lt;/span&gt;f&lt;span style="color: #666666;"&gt;*&lt;/span&gt;i;
         }
         cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"The factorial of "&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;x&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;" is "&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;f;
         getch();
     }
&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="background: white; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="background: white; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Sample Output:&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="background: white; line-height: normal; margin-bottom: .0001pt; margin-bottom: 0cm;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRRL5I89YJlPqli0IcyU6w4mbGeG8Ocmi7F6YYi5wmNv6eL6xrfALtk3pAm4PB3VPCZKA-U7LYjqkphXE28ABHRaP-wN5zdxTOnpZpPncyOH5QyV3ksEemuhtP7M9_07uLVanYGRZRiDj0/s1600/factorial.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="factorial number calculator c++ program code cbse class 11" border="0" data-original-height="261" data-original-width="464" height="360" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRRL5I89YJlPqli0IcyU6w4mbGeG8Ocmi7F6YYi5wmNv6eL6xrfALtk3pAm4PB3VPCZKA-U7LYjqkphXE28ABHRaP-wN5zdxTOnpZpPncyOH5QyV3ksEemuhtP7M9_07uLVanYGRZRiDj0/s640/factorial.jpg" title="aptitude amplifier c++ coding program " width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfenwewMxLHEZy3x3BMbso7kSzm7IXlcVlL1piu8q_Lh5t4gEiS0VtlX86KbkclrL77dB4RrlaBQ0sruibI7JCmLQRtkW_UEmvXQd7L-GlZBp1zt-sgvI606VJvM4dSbYG5z5BdRKIYuuE/s1600/factorial.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img alt="aptitude amplifier c++ coding" border="0" data-original-height="261" data-original-width="464" height="360" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfenwewMxLHEZy3x3BMbso7kSzm7IXlcVlL1piu8q_Lh5t4gEiS0VtlX86KbkclrL77dB4RrlaBQ0sruibI7JCmLQRtkW_UEmvXQd7L-GlZBp1zt-sgvI606VJvM4dSbYG5z5BdRKIYuuE/s640/factorial.jpg" title="factorial number calculator c++ cbse class 11 class 12" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN" style="line-height: 115%;"&gt;Programs on control structures and string
manipulations&lt;/span&gt;&lt;span style="line-height: 115%;"&gt; under C++ Programming language are covered
here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="line-height: 115%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;span style="line-height: 115%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;&lt;i&gt;Know more about stuff related to this practical experiment (Important for
Boards):-&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Difference between Dev C++ and Turbo C++.&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/12/c-program-to-find-product-of-matrices.html"&gt;C++ Program to find the Product of the Matrices | C++ Program | Class XI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/11/c-program-find-sum-of-series-1-x2.html"&gt;C++ Program to find the Sum of the Series, 1 – x/2! + x^2/3! – x^3/4! + x^4/5! .... | C++ Program | Class XI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/12/program-to-find-sum-of-each-row-and-column-matrix.html"&gt;C++ Program to find sum of each row and each column of a Matrix | C++ Program | Class XI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/06/qualitative-analysis-acetic-acid-carboxylic-group.html"&gt;Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid (Example 1)&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://aptitudeamplifier.blogspot.com/2017/05/how-to-find-out-mass-of-salt-required.html"&gt;How to find out the mass of salt required to achieve the required concentration of a solution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;b&gt;Reference:-&lt;/b&gt;&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arora, Sumita. Computer Science with C++ for Class - 12&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arora, Sumita. Computer Science with C++ for Class - 11&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C programming Interview
questions and answers [&lt;a href="http://www.cquestions.com/"&gt;http://www.cquestions.com/&lt;/a&gt;]&lt;/span&gt;&lt;/li&gt;
&lt;li style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://www.thecrazyprogrammer.com/"&gt;&lt;span style="color: black; line-height: 115%;"&gt;The Crazy Programmer&lt;/span&gt;&lt;/a&gt;&lt;span style="line-height: 115%;"&gt; [&lt;a href="https://www.thecrazyprogrammer.com/"&gt;https&lt;/a&gt;&lt;/span&gt;&lt;span style="line-height: 115%;"&gt;&lt;a href="https://www.thecrazyprogrammer.com/"&gt;://www.thecrazyprogrammer.com/&lt;/a&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Comment down about what you think went wrong with your code, is this correctly working for you? What else do you need for your coding lust?&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For latest syllabus, both theory and practical papers for class XII, check
out the CBSE’s official site &lt;a href="http://cbseacademic.in/"&gt;http://cbseacademic.in/&lt;/a&gt; for more info.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-style: italic;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="line-height: 115%;"&gt;&lt;i&gt;For more awesome coding and programs related to this language log onto&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;span style="line-height: 115%;"&gt;&lt;i&gt;&lt;a href="http://www.thecrazyprogrammer.com/"&gt;http://www.thecrazyprogrammer.com&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://www.w3schools.in/"&gt;https://www.w3schools.in/&lt;/a&gt;.&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;
&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Loop Based program code&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Loops for while&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Array manipulations&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Header files&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Dev c++&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;Turbo C++&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;CodeBlocks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;CBSE class 12 computer science practicals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: xx-small;"&gt;CBSE class XII computer science practicals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: xx-small;"&gt;Benzoic Acid&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;i style="font-family: arial, helvetica, sans-serif;"&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt; ©2014-2018. All Rights Reserved.&lt;/span&gt;&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;[message]&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;##check##NOTE:&lt;/span&gt;&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;div class="MsoNormal" style="font-family: &amp;quot;Times New Roman&amp;quot;; font-size: medium; line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;b&gt;&lt;i&gt;&lt;span style="background: white;"&gt;E&amp;amp;OE, means errors and omissions are expected and accepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="font-family: &amp;quot;Times New Roman&amp;quot;; font-size: medium;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="font-family: &amp;quot;Times New Roman&amp;quot;; font-size: medium; line-height: normal; text-align: justify;"&gt;
&lt;b&gt;&lt;i&gt;&lt;span style="background: white;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;This article contains works derived from other reputed works of huge publication houses and notes that were made by me in my school life.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained.&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRRL5I89YJlPqli0IcyU6w4mbGeG8Ocmi7F6YYi5wmNv6eL6xrfALtk3pAm4PB3VPCZKA-U7LYjqkphXE28ABHRaP-wN5zdxTOnpZpPncyOH5QyV3ksEemuhtP7M9_07uLVanYGRZRiDj0/s72-c/factorial.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>C++ Program to check whether a number is an Armstrong number or not | C++ Program | Class XI | CBSE</title><link>https://aptitudeamplifier.blogspot.com/2018/09/c-program-check-number-armstrong-or-not.html</link><category>C++</category><category>CBSE</category><category>Class 11</category><category>CodeBlocks</category><category>Coding</category><category>Computer Science</category><category>Dev C++</category><category>EduMat</category><category>Practicals XI</category><category>Programming</category><category>SAP</category><category>Strings</category><category>Structures</category><category>Turbo C++</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Sat, 8 Sep 2018 15:19:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-7355495907374180024</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;NOTE: &lt;b&gt;&lt;i&gt;&lt;span style="background: white;"&gt;E&amp;amp;OE, means errors and omissions are expected and
accepted, in other words, if there is any
error in the following article, the same has to be corrected by the user or the
beneficiary accordingly.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;&lt;i&gt;&lt;span style="background: white;"&gt;This article contains works derived from other reputed works of huge publication houses and notes
that were made by me in my school life.These articles are just to help people
who need these articles desperately and urgently. Any queries, complaints, and
corrections will be enthusiastically entertained.&lt;/span&gt;&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 13.3333px;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 13.3333px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 13.3333px;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;h3 style="text-align: center;"&gt;
&lt;span lang="EN-IN" style="line-height: 115%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Write a C++ Program to check whether a number
is an Armstrong number or not.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h3 style="text-align: center;"&gt;
&lt;span lang="EN-IN" style="line-height: 115%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Checking whether a number is an Armstrong
number or not in C++ Programming Language.&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;h4 style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 115%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;h4 style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 115%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Code Sample 1 (for Dev C++ &amp;amp; CodeBlocks)&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;div style="background: #f8f8f8; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt; 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24&lt;/pre&gt;
&lt;/td&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;iostream&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;math.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     
     &lt;span style="color: green; font-weight: bold;"&gt;using&lt;/span&gt; namepace std;
     
     &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; &lt;span style="color: blue;"&gt;main&lt;/span&gt;()
     {
      &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; x,y,m&lt;span style="color: #666666;"&gt;=0&lt;/span&gt;,n;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter the number to check:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;x;
      y&lt;span style="color: #666666;"&gt;=&lt;/span&gt;x;
      &lt;span style="color: green; font-weight: bold;"&gt;while&lt;/span&gt; (x&lt;span style="color: #666666;"&gt;!=0&lt;/span&gt;)
      {   n&lt;span style="color: #666666;"&gt;=&lt;/span&gt;x&lt;span style="color: #666666;"&gt;%10&lt;/span&gt;;
          m&lt;span style="color: #666666;"&gt;=&lt;/span&gt;m&lt;span style="color: #666666;"&gt;+&lt;/span&gt;pow(n,&lt;span style="color: #666666;"&gt;3&lt;/span&gt;);
          x&lt;span style="color: #666666;"&gt;=&lt;/span&gt;x&lt;span style="color: #666666;"&gt;/10&lt;/span&gt;;
  }
  &lt;span style="color: green; font-weight: bold;"&gt;if&lt;/span&gt; (y&lt;span style="color: #666666;"&gt;==&lt;/span&gt;m)
  {   cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"It is an Armstrong Number."&lt;/span&gt;;
  }
  &lt;span style="color: green; font-weight: bold;"&gt;else&lt;/span&gt;
  {   cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"It is not an Armstrong Number."&lt;/span&gt;;
  }
  &lt;span style="color: green; font-weight: bold;"&gt;return&lt;/span&gt;(&lt;span style="color: #666666;"&gt;0&lt;/span&gt;);
  }
&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;h4&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Code Sample 2 (for Turbo C++)&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div style="background: #f8f8f8; border-width: 0.1em 0.1em 0.1em 0.8em; border: solid gray; overflow: auto; padding: 0.2em 0.6em; width: auto;"&gt;
&lt;table&gt;&lt;tbody&gt;
&lt;tr&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt; 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25&lt;/pre&gt;
&lt;/td&gt;&lt;td&gt;&lt;pre style="line-height: 125%; margin: 0;"&gt;     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;iostream&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;conio.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     &lt;span style="border: 1px solid #FF0000;"&gt;#&lt;/span&gt;include&lt;span style="color: #666666;"&gt;&amp;lt;&lt;/span&gt;math.h&lt;span style="color: #666666;"&gt;&amp;gt;&lt;/span&gt;
     
     &lt;span style="color: #b00040;"&gt;void&lt;/span&gt; main()
     {
      
  clrscr();
  &lt;span style="color: #b00040;"&gt;int&lt;/span&gt; x,y,m&lt;span style="color: #666666;"&gt;=0&lt;/span&gt;,n;
      cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"Enter the number to check:-"&lt;/span&gt;&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl;
      cin&lt;span style="color: #666666;"&gt;&amp;gt;&amp;gt;&lt;/span&gt;x;
      y&lt;span style="color: #666666;"&gt;=&lt;/span&gt;x;
      &lt;span style="color: green; font-weight: bold;"&gt;while&lt;/span&gt; (x&lt;span style="color: #666666;"&gt;!=0&lt;/span&gt;)
      {   n&lt;span style="color: #666666;"&gt;=&lt;/span&gt;x&lt;span style="color: #666666;"&gt;%10&lt;/span&gt;;
          m&lt;span style="color: #666666;"&gt;=&lt;/span&gt;m&lt;span style="color: #666666;"&gt;+&lt;/span&gt;pow(n,&lt;span style="color: #666666;"&gt;3&lt;/span&gt;);
          x&lt;span style="color: #666666;"&gt;=&lt;/span&gt;x&lt;span style="color: #666666;"&gt;/10&lt;/span&gt;;
 }
 &lt;span style="color: green; font-weight: bold;"&gt;if&lt;/span&gt; (y&lt;span style="color: #666666;"&gt;==&lt;/span&gt;m)
 {   cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"It is an Armstrong Number."&lt;/span&gt;;
 }
 &lt;span style="color: green; font-weight: bold;"&gt;else&lt;/span&gt;
  {   cout&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;endl&lt;span style="color: #666666;"&gt;&amp;lt;&amp;lt;&lt;/span&gt;&lt;span style="color: #ba2121;"&gt;"It is not an Armstrong Number."&lt;/span&gt;;
  }
 getch();
     }
&lt;/pre&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;h4&gt;
&lt;span style="background-color: white; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Sample Output:&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="background: white; line-height: normal; margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis6ifhO0Ad3vhMxwU5hrP2GKjAhy7J0899LRYYUAMMAR_0V1Mh_lrRhefxkn-kC1iXlgWljEOpB7U9UFJehxFxOoJagKWGnYYa-TMJbOOMPpGcyXK1yqE_acdWsbSAqcmoX2rL6gpYoMem/s1600/Check+an+armstrong+number.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="719" data-original-width="1280" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis6ifhO0Ad3vhMxwU5hrP2GKjAhy7J0899LRYYUAMMAR_0V1Mh_lrRhefxkn-kC1iXlgWljEOpB7U9UFJehxFxOoJagKWGnYYa-TMJbOOMPpGcyXK1yqE_acdWsbSAqcmoX2rL6gpYoMem/s640/Check+an+armstrong+number.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEga9MB2iKkummsgVH4OH4Xj3EjCOIDvbAsu31Vxg__J-Jd3Z3TtdZqS9yBUi74HAaIpIeN8qFrUuURZM-6uZpdYXC01aB33tZS-k1WEkLz1nmujQbR-DdvMLca4XbP7R5o3dP7dzyQgKRz9/s1600/Check+an+armstrong+number.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="719" data-original-width="1280" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEga9MB2iKkummsgVH4OH4Xj3EjCOIDvbAsu31Vxg__J-Jd3Z3TtdZqS9yBUi74HAaIpIeN8qFrUuURZM-6uZpdYXC01aB33tZS-k1WEkLz1nmujQbR-DdvMLca4XbP7R5o3dP7dzyQgKRz9/s640/Check+an+armstrong+number.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN" style="line-height: 115%;"&gt;Programs on control structures and string
manipulations&lt;/span&gt;&lt;span style="line-height: 115%;"&gt; under C++ Programming language are covered
here.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="line-height: 115%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;span style="line-height: 115%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;&lt;i&gt;Know more about stuff related to this practical experiment (Important for
Boards):-&lt;/i&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Difference between Dev C++ and Turbo C++.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/12/c-program-to-find-product-of-matrices.html"&gt;C++ Program to find theProduct of the Matrices | C++ Program | Class XI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/11/c-program-find-sum-of-series-1-x2.html"&gt;C++ Program to find the Sumof the Series, 1 – x/2! + x^2/3! – x^3/4! + x^4/5! .... | C++ Program | ClassXI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/12/program-to-find-sum-of-each-row-and-column-matrix.html"&gt;C++ Program to find sum ofeach row and each column of a Matrix | C++ Program | Class XI&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/06/qualitative-analysis-acetic-acid-carboxylic-group.html"&gt;Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid (Example 1).&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/05/how-to-find-out-mass-of-salt-required.html"&gt;How to find out the mass of salt required to achieve the required concentration of a solution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;b&gt;Reference:-&lt;/b&gt;&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arora, Sumita. Computer Science with C++ for Class - 12&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arora, Sumita. Computer Science with C++ for Class - 11&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;C programming Interview
questions and answers [&lt;a href="http://www.cquestions.com/"&gt;http://www.cquestions.com/&lt;/a&gt;]&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://www.thecrazyprogrammer.com/"&gt;&lt;span style="color: black; line-height: 115%;"&gt;The Crazy Programmer&lt;/span&gt;&lt;/a&gt;&lt;span style="line-height: 115%;"&gt; [&lt;/span&gt;&lt;span style="line-height: 115%;"&gt;&lt;a href="https://www.thecrazyprogrammer.com/"&gt;https://www.thecrazyprogrammer.com/&lt;/a&gt;]&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For latest syllabus, both theory and practical papers for class XII, check
out the CBSE’s official site &lt;a href="http://cbseacademic.in/"&gt;http://cbseacademic.in/&lt;/a&gt; for more info.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;i&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;/span&gt;&lt;br /&gt;&lt;/i&gt;
&lt;br /&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;span style="line-height: 115%;"&gt;For more awesome coding and programs related to this language log onto&amp;nbsp;&lt;/span&gt;&lt;span style="line-height: 115%;"&gt;&lt;a href="http://www.thecrazyprogrammer.com/"&gt;http://www.thecrazyprogrammer.com&lt;/a&gt;&amp;nbsp;or&amp;nbsp;&lt;a href="https://www.w3schools.in/"&gt;https://www.w3schools.in/&lt;/a&gt;.&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;
&lt;/span&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Loop Based program code&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Loops for while&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Array manipulations&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Header files&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Dev c++&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Turbo C++&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;CodeBlocks&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;CBSE class 12 computer science practicals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;CBSE class XII computer science practicals&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 115%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;Benzoic Acid&amp;nbsp;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt; ©2014-2018. All Rights Reserved. &lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis6ifhO0Ad3vhMxwU5hrP2GKjAhy7J0899LRYYUAMMAR_0V1Mh_lrRhefxkn-kC1iXlgWljEOpB7U9UFJehxFxOoJagKWGnYYa-TMJbOOMPpGcyXK1yqE_acdWsbSAqcmoX2rL6gpYoMem/s72-c/Check+an+armstrong+number.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>My Financial Career | Stephen Leacock | Story Analysis and Review</title><link>https://aptitudeamplifier.blogspot.com/2018/08/my-financial-career-stephen-leacock-analysis-review-video-story.html</link><category>Compulsory English</category><category>EduMat</category><category>English</category><category>Graduation</category><category>IGNOU</category><category>Post Graduation</category><category>SAP</category><category>Sociology Honors</category><category>Stephen Leacock</category><category>University of Calcutta</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Mon, 20 Aug 2018 15:21:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-2686847322617789952</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;NOTE:&lt;/b&gt; &lt;span style="background: white;"&gt;E&amp;amp;OE, means
errors and omissions excepted, in other words,
if there is any error in the following article, the same has to be corrected by
the user or the beneficiary accordingly, and errors may be expected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN" style="background: white;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;This article contains works derived from other
reputed works of great people, huge publication
houses, web houses and notes that were made by me.These articles are just to
help people who need these articles desperately and urgently. Any queries,
complaints, and corrections will be enthusiastically entertained.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN" style="background: white;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; mso-no-proof: yes;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj69dQaz18vJLu88TggAG9F-Xf-TsiUBO4i2A3IybseP5bNarmeBuI93B-kZUY1fLpdkpLDhmMU5Pa9_B1-gGhYtKEWTIM8CApGSCvZG-c-33mYU86jnbN-gKbY17JMpPqtWq08FfMZq5oi/s1600/3.+My+Financial+Career++Stephen+Leacock++Story+Analysis+and+Review.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="439" data-original-width="780" height="360" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj69dQaz18vJLu88TggAG9F-Xf-TsiUBO4i2A3IybseP5bNarmeBuI93B-kZUY1fLpdkpLDhmMU5Pa9_B1-gGhYtKEWTIM8CApGSCvZG-c-33mYU86jnbN-gKbY17JMpPqtWq08FfMZq5oi/s640/3.+My+Financial+Career++Stephen+Leacock++Story+Analysis+and+Review.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4 style="text-align: center;"&gt;
My
Financial Career: Stephen Leacock&lt;/h4&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Stephen Leacock is a
Canadian writer. In his essay, “My Financial Career,” he humorously presents a
person’s first experience in the bank. He amuses the readers by exposing the
narrator’s tension and stupid actions inside the bank.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;There is much fun and
laughter when the narrator makes a clown of himself through his words and behaviour.
&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;It is to laugh.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Not much to say
about this classic bit of humour. It's scarcely three pages long. You can read
it on this site in a few minutes, although I'd encourage you to dip into one of
the collections of&amp;nbsp;Stephen Leacock's&amp;nbsp;stories that are usually led by
this famous, if slight, piece.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;So why list "My
Financial Career" as one of the great Canadian works of literature?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="7884185184"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br&gt;&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;In the first place,
very much because "My Financial Career" is so famous. Every Canadian
kid studies it at some point. It's one of those stories that gets referred to
by writers and others at all ages, usually with a fond smile recalling its
first reading.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Saying the story is "studied"
in school may be a bit of Leacockian exaggeration. Not a lot here to sink
academic teeth into. It's more a fun few pages that teachers read in class with
students to give them a break from the serious lit.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;That's okay. It is a
very funny piece that appeals to all ages. Perhaps as times change and we no
longer refer to tellers as "clerks" at their "wickets" and
we forget what the Rothschild’s and Gould’s represented and our banking
experience is reduced to online transactions, it will become more difficult to
identify with the situation of the main character. But the basic empathy with
the embarrassment of someone in an unfamiliar environment remains. When he asks
to speak to the bank manager and adds a conspiratorial "alone"
without knowing why he does so, leading to a misunderstanding, we understand.
We understand because it's the kind of inexplicable thing we recognize we do
ourselves when we're nervously trying not to appear nervous.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;I enjoy the
rationales given for the stupid little things we do and say. The odd twists we
put on our words to impress, when we shouldn't try to. How we go to ridiculous
lengths to save face in social situations, making them even worse.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Leacock's ability to
quickly tap into this feeling familiar to most of us is all the more amazing
when you consider he himself was—of all things—an economics professor at a
big-city university, a man who had probably grown quite at ease with financial
institutions.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;But all this is
probably too heavy a weight to place on what is really just a clever little
story with no great social or moral import.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Read it and enjoy.
Or if this story doesn't make you laugh with recognition, try the next one in
whatever Leacock book you've got. He wrote in so many styles that you're bound
to find several that tickle you.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; mso-no-proof: yes;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;You can also find
online a short animation of "My Financial Career" by the National
Film Board, which presents the entire story word for word.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;iframe allowfullscreen="" class="YOUTUBE-iframe-video" data-thumbnail-src="https://i.ytimg.com/vi/9IV6xT00ZZ4/0.jpg" frameborder="0" height="266" src="https://www.youtube.com/embed/9IV6xT00ZZ4?feature=player_embedded" width="320"&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="7884185184"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; mso-no-proof: yes;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;i&gt;Read more about the author here,&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;i&gt;&lt;a href="https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php"&gt;https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php&lt;/a&gt;.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;i style="font-family: Arial, Helvetica, sans-serif;"&gt;Articles
related to this chapter:-&lt;/i&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My Financial Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/08/my-financial-career-stephen-leacock-summary.html"&gt;My Financial Career | Stephen Leacock |Summary&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;My
Financial Career | Stephen Leacock | Important Questions &amp;amp; Answers&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Know more
about stuff related:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type="disc"&gt;
&lt;li class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/where-the-mind-is-without-fear-rabindranath-tagore.html"&gt;Where
     the Mind is Without Fear | Rabindranath Tagore | Poem&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;
 &lt;/span&gt;
&lt;li class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/spoken-english-and-broken-english-george-bernard-shaw.html"&gt;Spoken
     English and Broken English | George Bernard Shaw | Essay | Graduation&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;
 &lt;/span&gt;
&lt;li class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My
     Financial Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="7884185184"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;My Financial Career (Stephen Leacock)&lt;span lang="EN-IN" style="background: white;"&gt;,
&lt;a href="http://web.iiit.ac.in/~nirnimesh/Literature/MyFinancialCareer.htm"&gt;web.iiit.ac.in/~nirnimesh/Literature/MyFinancialCareer.htm&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;“My Financial
Career.”&amp;nbsp;&lt;i&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;My Financial Career - The
Greatest Literature of All Time&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN-IN" style="background: white; line-height: 107%;"&gt;, &lt;/span&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;a href="http://www.editoreric.com/greatlit/books/My-Financial-Career.html"&gt;&lt;span style="background: white;"&gt;www.editoreric.com/greatlit/books/My-Financial-Career.html&lt;/span&gt;&lt;/a&gt;&lt;span style="background: white;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Arunji.
“Literature Worms.”&amp;nbsp;&lt;i&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;My Financial
Career by Stephen Leacock&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN-IN" style="background: white; line-height: 107%;"&gt;,
1 Jan. 1970, &lt;a href="http://literatureworms.blogspot.in/2012/10/my-financial-career-by-stephen-leacock.html"&gt;literatureworms.blogspot.in/2012/10/my-financial-career-by-stephen-leacock.html&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;"My Financial Career".&amp;nbsp;&lt;i style="box-sizing: border-box;"&gt;Youtube&lt;/i&gt;, 2018, &lt;a href="https://youtu.be/9IV6xT00ZZ4"&gt;https://youtu.be/9IV6xT00ZZ4&lt;/a&gt;.
Accessed 20 Aug 2018.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;University of Calcutta.
University English Selections: Three Year Degree Course, 2007&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For latest syllabus, both for compulsory and alternative papers for B.Sc.
Part – I exam, check out the CU’s official notice &lt;a href="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"&gt;http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf&lt;/a&gt; for more info. To refer to the old syllabus, click on
this link &lt;a href="http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf"&gt;http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf&lt;/a&gt; .&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;i&gt;&lt;br /&gt;
**There are constant un-noticed changes within the university which needs your
attention at regular intervals for better results.&lt;/i&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; mso-no-proof: yes;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;i&gt;Related
Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Out of
Business&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;R.K. Narayan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;My financial career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;The seven ages of man&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William Shakespeare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William Wordsworth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Stephen
Leacock&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Summary and
Analysis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Calcutta
University&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Part - I&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;B.Sc. B.A.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Honours and
General&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;University
of Calcutta&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; mso-no-proof: yes;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt; ©2014-2018. All Rights Reserved. &lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj69dQaz18vJLu88TggAG9F-Xf-TsiUBO4i2A3IybseP5bNarmeBuI93B-kZUY1fLpdkpLDhmMU5Pa9_B1-gGhYtKEWTIM8CApGSCvZG-c-33mYU86jnbN-gKbY17JMpPqtWq08FfMZq5oi/s72-c/3.+My+Financial+Career++Stephen+Leacock++Story+Analysis+and+Review.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="2636143" type="application/pdf" url="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ My Financial Career: Stephen Leacock Stephen Leacock is a Canadian writer. In his essay, “My Financial Career,” he humorously presents a person’s first experience in the bank. He amuses the readers by exposing the narrator’s tension and stupid actions inside the bank. There is much fun and laughter when the narrator makes a clown of himself through his words and behaviour. It is to laugh. Not much to say about this classic bit of humour. It's scarcely three pages long. You can read it on this site in a few minutes, although I'd encourage you to dip into one of the collections of&amp;nbsp;Stephen Leacock's&amp;nbsp;stories that are usually led by this famous, if slight, piece. So why list "My Financial Career" as one of the great Canadian works of literature? (adsbygoogle = window.adsbygoogle || []).push({}); In the first place, very much because "My Financial Career" is so famous. Every Canadian kid studies it at some point. It's one of those stories that gets referred to by writers and others at all ages, usually with a fond smile recalling its first reading. Saying the story is "studied" in school may be a bit of Leacockian exaggeration. Not a lot here to sink academic teeth into. It's more a fun few pages that teachers read in class with students to give them a break from the serious lit. That's okay. It is a very funny piece that appeals to all ages. Perhaps as times change and we no longer refer to tellers as "clerks" at their "wickets" and we forget what the Rothschild’s and Gould’s represented and our banking experience is reduced to online transactions, it will become more difficult to identify with the situation of the main character. But the basic empathy with the embarrassment of someone in an unfamiliar environment remains. When he asks to speak to the bank manager and adds a conspiratorial "alone" without knowing why he does so, leading to a misunderstanding, we understand. We understand because it's the kind of inexplicable thing we recognize we do ourselves when we're nervously trying not to appear nervous. I enjoy the rationales given for the stupid little things we do and say. The odd twists we put on our words to impress, when we shouldn't try to. How we go to ridiculous lengths to save face in social situations, making them even worse. Leacock's ability to quickly tap into this feeling familiar to most of us is all the more amazing when you consider he himself was—of all things—an economics professor at a big-city university, a man who had probably grown quite at ease with financial institutions. But all this is probably too heavy a weight to place on what is really just a clever little story with no great social or moral import. Read it and enjoy. Or if this story doesn't make you laugh with recognition, try the next one in whatever Leacock book you've got. He wrote in so many styles that you're bound to find several that tickle you. ___________________________________________________________________ You can also find online a short animation of "My Financial Career" by the National Film Board, which presents the entire story word for word. (adsbygoogle = window.adsbygoogle || []).push({}); ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php. Articles related to this chapter:- My Financial Career | Stephen Leacock | Short Story My Financial Career | Stephen Leacock |Summary My Financial Career | Stephen Leacock | Important Questions &amp;amp; Answers Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story (adsbygoogle = window.adsbygoogle || []).push({}); Reference:- My Financial Career (Stephen Leacock), web.iiit.ac.in/~nirnimesh/Literature/MyFinancialCareer.htm. “My Financial Career.”&amp;nbsp;My Financial Career - The Greatest Literature of All Time, www.editoreric.com/greatlit/books/My-Financial-Career.html. Arunji. “Literature Worms.”&amp;nbsp;My Financial Career by Stephen Leacock, 1 Jan. 1970, literatureworms.blogspot.in/2012/10/my-financial-career-by-stephen-leacock.html. "My Financial Career".&amp;nbsp;Youtube, 2018, https://youtu.be/9IV6xT00ZZ4. Accessed 20 Aug 2018. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summary and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:subtitle><itunes:author>noreply@blogger.com (Tanmay Pramanick)</itunes:author><itunes:summary>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ My Financial Career: Stephen Leacock Stephen Leacock is a Canadian writer. In his essay, “My Financial Career,” he humorously presents a person’s first experience in the bank. He amuses the readers by exposing the narrator’s tension and stupid actions inside the bank. There is much fun and laughter when the narrator makes a clown of himself through his words and behaviour. It is to laugh. Not much to say about this classic bit of humour. It's scarcely three pages long. You can read it on this site in a few minutes, although I'd encourage you to dip into one of the collections of&amp;nbsp;Stephen Leacock's&amp;nbsp;stories that are usually led by this famous, if slight, piece. So why list "My Financial Career" as one of the great Canadian works of literature? (adsbygoogle = window.adsbygoogle || []).push({}); In the first place, very much because "My Financial Career" is so famous. Every Canadian kid studies it at some point. It's one of those stories that gets referred to by writers and others at all ages, usually with a fond smile recalling its first reading. Saying the story is "studied" in school may be a bit of Leacockian exaggeration. Not a lot here to sink academic teeth into. It's more a fun few pages that teachers read in class with students to give them a break from the serious lit. That's okay. It is a very funny piece that appeals to all ages. Perhaps as times change and we no longer refer to tellers as "clerks" at their "wickets" and we forget what the Rothschild’s and Gould’s represented and our banking experience is reduced to online transactions, it will become more difficult to identify with the situation of the main character. But the basic empathy with the embarrassment of someone in an unfamiliar environment remains. When he asks to speak to the bank manager and adds a conspiratorial "alone" without knowing why he does so, leading to a misunderstanding, we understand. We understand because it's the kind of inexplicable thing we recognize we do ourselves when we're nervously trying not to appear nervous. I enjoy the rationales given for the stupid little things we do and say. The odd twists we put on our words to impress, when we shouldn't try to. How we go to ridiculous lengths to save face in social situations, making them even worse. Leacock's ability to quickly tap into this feeling familiar to most of us is all the more amazing when you consider he himself was—of all things—an economics professor at a big-city university, a man who had probably grown quite at ease with financial institutions. But all this is probably too heavy a weight to place on what is really just a clever little story with no great social or moral import. Read it and enjoy. Or if this story doesn't make you laugh with recognition, try the next one in whatever Leacock book you've got. He wrote in so many styles that you're bound to find several that tickle you. ___________________________________________________________________ You can also find online a short animation of "My Financial Career" by the National Film Board, which presents the entire story word for word. (adsbygoogle = window.adsbygoogle || []).push({}); ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php. Articles related to this chapter:- My Financial Career | Stephen Leacock | Short Story My Financial Career | Stephen Leacock |Summary My Financial Career | Stephen Leacock | Important Questions &amp;amp; Answers Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story (adsbygoogle = window.adsbygoogle || []).push({}); Reference:- My Financial Career (Stephen Leacock), web.iiit.ac.in/~nirnimesh/Literature/MyFinancialCareer.htm. “My Financial Career.”&amp;nbsp;My Financial Career - The Greatest Literature of All Time, www.editoreric.com/greatlit/books/My-Financial-Career.html. Arunji. “Literature Worms.”&amp;nbsp;My Financial Career by Stephen Leacock, 1 Jan. 1970, literatureworms.blogspot.in/2012/10/my-financial-career-by-stephen-leacock.html. "My Financial Career".&amp;nbsp;Youtube, 2018, https://youtu.be/9IV6xT00ZZ4. Accessed 20 Aug 2018. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summary and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:summary><itunes:keywords>Compulsory English, EduMat, English, Graduation, IGNOU, Post Graduation, SAP, Sociology Honors, Stephen Leacock, University of Calcutta</itunes:keywords></item><item><title>Out of Business | R.K. Narayan | Story Analysis and Review</title><link>https://aptitudeamplifier.blogspot.com/2018/08/out-of-business-rk-narayan-analysis-review-story.html</link><category>Compulsory English</category><category>EduMat</category><category>English</category><category>Graduation</category><category>Notes</category><category>R.K. Narayan</category><category>SAP</category><category>University of Calcutta</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Mon, 20 Aug 2018 14:42:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-6130152730679738861</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;NOTE:&lt;/b&gt;
&lt;span style="background: white;"&gt;E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following
article, the same has to be corrected by the user or the beneficiary
accordingly, and errors may be expected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN" style="background: white;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;This
article contains works derived from other reputed
works of great people, huge publication houses, web houses and notes that were
made by me.These articles are just to help people who need these articles
desperately and urgently. Any queries, complaints, and corrections will be
enthusiastically entertained.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="background: white;"&gt;&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRF9paTqzwMK0m0wiC08_9wGLa3UcLRrGaECqIX8e178RRMGhAMb_aG2nZHA0hAIie2A-n97Kcu7Km50314DJ8fn13OE851LNpXDVJPOPytWuL3gImB73LQVDC0dCc-hNMRHnK95p0xUTH/s1600/3.+Out+of+Business++R.K.+Narayan++Story+Analysis+and+Review.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="579" data-original-width="1030" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRF9paTqzwMK0m0wiC08_9wGLa3UcLRrGaECqIX8e178RRMGhAMb_aG2nZHA0hAIie2A-n97Kcu7Km50314DJ8fn13OE851LNpXDVJPOPytWuL3gImB73LQVDC0dCc-hNMRHnK95p0xUTH/s640/3.+Out+of+Business++R.K.+Narayan++Story+Analysis+and+Review.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4 style="line-height: normal; text-align: center;"&gt;
R.K.
Narayan: Out of Business&lt;/h4&gt;
&lt;div style="background: white; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.0pt; text-align: justify; vertical-align: baseline;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;In
Out of Business by R.K. Narayan we have the theme of control, struggle, defeat,
desperation, depression, identity, hope and unity. Taken from his Malgudi Days
collection the story is narrated in the third person by an unnamed narrator and
from the beginning of the story the reader realises that Narayan may be
exploring the theme of control. Rama relies on others doing well, the banks and
the Gramophone Company. He lives his life precariously even though this may not
have been his intention. He is reliant on both the banks and the Gramophone
Company to be successful in order for him to be successful and when the banks
collapse so too does the Gramophone Company. The downside for Ram is that he
now has no job and he has to down-size. Aspirations he might have had to
improve his life materialistically have faded. If anything life becomes a
struggle for Rama and his family. Something that is noticeable by the amount of
job applications that Rama sends out without any luck. The fact that Rama sends
out so many job applications may also be important as it suggests that Rama is
not prepared to accept defeat. He continues to persevere to the best of his
ability. A trait that many readers and critics might find admirable. However it
might be important to remember that Rama does get disheartened after each
rejection he receives from potential employers.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;

&lt;ins class="adsbygoogle" data-ad-client="ca-pub-1533353550905750" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="7884185184" style="display: block; text-align: center;"&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;br /&gt;
&lt;div style="background: white; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.0pt; text-align: justify; vertical-align: baseline;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Narayan
may also be exploring the theme of desperation. Rama spends a lot of his time
doing crosswords puzzles hoping that he will win some money. He becomes so
preoccupied with the crossword puzzles that he spends his time at the
newsagents’ checking to see if he has won. This may be important as it suggests
that due to his circumstances Rama has become desperate. He is putting all his
faith in the hope that he might win a prize from the crossword puzzles. It is
as though the only hope that Rama feels he has, is winning on the crossword
puzzles. It is also noticeable that Rama’s preoccupation with the crossword
puzzles is taking a toll on his family life. So disastrous is Rama’s
preoccupation that money for household expenses is being spent on crossword
puzzles. It is as though Rama is blindly leading himself into an alternative
world that is devoid of reality. Rama’s circumstances and those of his family
are dire yet he continues to spend money he doesn’t have on the crossword
puzzles. Though again the reader is aware of just how desperate Rama is.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background: white; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.0pt; text-align: justify; vertical-align: baseline;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;There
is also no doubting that the continual failures that Rama encounters with the
crossword puzzles leads to him feeling depressed. So depressed is Rama that he
contemplates suicide. He can see no other option. He has spent money he could
not afford to spend on crossword puzzles and has not been successful. It is as
though Rama views his life as being a failure. Not even the thought of his
family can lift Rama’s spirits. It is also possible that Rama has lost his
identity since he lost his job. No longer is he as sure of who he is which may
not help the depression that Rama feels. For Rama the most important thing is
‘total extinction.’ However things do not go as planned for Rama. There has
been a derailment of a train causing a three hour delay. This may be important
because in this moment Rama gets a new lease of life. It is as though he has an
epiphany or moment of realisation. Understanding that how he has lived his life
(doing the crossword puzzles) is the wrong way to live. He begins to realise
that there is something else worth living for and that something is his family.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="7884185184"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br&gt;
&lt;div style="background: white; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.0pt; text-align: justify; vertical-align: baseline;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;The
end of the story is also interesting as there is as sense of unity between Rama
and his family. No longer is Rama interested in spending money he doesn’t have
on crossword puzzles. Rather with the money he will receive from the sale of
his home he intends to find work in Madras. Where previously Rama had lost
focus he now realises that his family are the most important thing in his life.
It is as though the sale of Rama’s home has brought a new sense of hope into
his life. It is also noticeable that Rama for the first time in a long time is
at one with himself. It is as though he remembers what his priorities are and
the responsibilities that he has. Something that was missing when Rama was
spending money on the crossword puzzles. Money that he did not necessarily have
to spend. At the end of the story the reader can’t help but feel as though Rama
and his family’s life will improve for the better. Though Rama had chased good
fortune by buying the crossword puzzles. It is the sale of his home that has
brought him the luck that he needs to get himself back on his feet.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background: white; margin: 9pt 0in; text-align: center; vertical-align: baseline;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;div style="background: white; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.0pt; text-align: justify; vertical-align: baseline;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background: white; margin-bottom: 9.0pt; margin-left: 0in; margin-right: 0in; margin-top: 9.0pt; text-align: justify; vertical-align: baseline;"&gt;
&lt;i style="background-color: transparent; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;Read more about the author
here,&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN-IN" style="background-color: transparent; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php"&gt;&lt;i&gt;&lt;span style="line-height: 107%;"&gt;https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/span&gt;&lt;i style="background-color: transparent; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;.&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Articles related to
this chapter:- &lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/out-of-business-rk-narayan-short-story.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Out of Business | R.K.Narayan | Short Story&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Out of Business | R.K.
Narayan | Important Questions &amp;amp; Answers&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/08/out-of-business-rk-narayan-summary.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Out of Business | R.K.Narayan | Summary&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block; text-align:center;"
     data-ad-layout="in-article"
     data-ad-format="fluid"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="7884185184"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;
&lt;br&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Know more about stuff related:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type="disc"&gt;
&lt;li class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/where-the-mind-is-without-fear-rabindranath-tagore.html"&gt;Where the Mind is Without
     Fear | Rabindranath Tagore | Poem&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/spoken-english-and-broken-english-george-bernard-shaw.html"&gt;Spoken English and
     Broken English | George Bernard Shaw | Essay | Graduation&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My Financial
     Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="background: white; text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;“Out Of Business.”&amp;nbsp;&lt;span lang="EN-IN"&gt;Ankit Sahay&lt;/span&gt;&lt;span lang="EN-IN" style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;"&gt;, 26 Sept. 2017, &lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;a href="http://www.ankitsahay.com/out-of-business/"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial; line-height: 107%;"&gt;www.ankitsahay.com/out-of-business/&lt;/span&gt;&lt;/a&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;McManus, Dermot. "Out of Business by R.K.
Narayan."&amp;nbsp;&lt;em&gt;&lt;span style="border: 1pt none windowtext; padding: 0in;"&gt;The Sitting Bee&lt;/span&gt;&lt;/em&gt;.
The Sitting Bee, 26 Aug. 2017. &amp;lt;&lt;a href="http://sittingbee.com/out-of-business-r-k-narayan/"&gt;http://sittingbee.com/out-of-business-r-k-narayan/&lt;/a&gt;&amp;gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;University of Calcutta. University English Selections: Three Year
Degree Course, 2007&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For latest syllabus, both for compulsory and
alternative papers for B.Sc. Part – I exam, check out the CU’s official notice &lt;a href="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"&gt;http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf&lt;/a&gt; for more info. To refer to the old syllabus, click on
this link &lt;a href="http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf"&gt;http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf&lt;/a&gt; .&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;span lang="EN-IN"&gt;&lt;br /&gt;
**There are constant un-noticed changes within the university which needs your
attention at regular intervals for better results.&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Out of Business&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;R.K.
Narayan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;My
financial career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;The
seven ages of man&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William
Shakespeare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William
Wordsworth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Stephen Leacock&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Summar and Analysis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Calcutta University&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Part - I&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;B.Sc. B.A.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Honours and General&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;University of Calcutta&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt; ©2014-2018. All Rights Reserved. &lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhRF9paTqzwMK0m0wiC08_9wGLa3UcLRrGaECqIX8e178RRMGhAMb_aG2nZHA0hAIie2A-n97Kcu7Km50314DJ8fn13OE851LNpXDVJPOPytWuL3gImB73LQVDC0dCc-hNMRHnK95p0xUTH/s72-c/3.+Out+of+Business++R.K.+Narayan++Story+Analysis+and+Review.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="2636143" type="application/pdf" url="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ R.K. Narayan: Out of Business In Out of Business by R.K. Narayan we have the theme of control, struggle, defeat, desperation, depression, identity, hope and unity. Taken from his Malgudi Days collection the story is narrated in the third person by an unnamed narrator and from the beginning of the story the reader realises that Narayan may be exploring the theme of control. Rama relies on others doing well, the banks and the Gramophone Company. He lives his life precariously even though this may not have been his intention. He is reliant on both the banks and the Gramophone Company to be successful in order for him to be successful and when the banks collapse so too does the Gramophone Company. The downside for Ram is that he now has no job and he has to down-size. Aspirations he might have had to improve his life materialistically have faded. If anything life becomes a struggle for Rama and his family. Something that is noticeable by the amount of job applications that Rama sends out without any luck. The fact that Rama sends out so many job applications may also be important as it suggests that Rama is not prepared to accept defeat. He continues to persevere to the best of his ability. A trait that many readers and critics might find admirable. However it might be important to remember that Rama does get disheartened after each rejection he receives from potential employers. (adsbygoogle = window.adsbygoogle || []).push({}); Narayan may also be exploring the theme of desperation. Rama spends a lot of his time doing crosswords puzzles hoping that he will win some money. He becomes so preoccupied with the crossword puzzles that he spends his time at the newsagents’ checking to see if he has won. This may be important as it suggests that due to his circumstances Rama has become desperate. He is putting all his faith in the hope that he might win a prize from the crossword puzzles. It is as though the only hope that Rama feels he has, is winning on the crossword puzzles. It is also noticeable that Rama’s preoccupation with the crossword puzzles is taking a toll on his family life. So disastrous is Rama’s preoccupation that money for household expenses is being spent on crossword puzzles. It is as though Rama is blindly leading himself into an alternative world that is devoid of reality. Rama’s circumstances and those of his family are dire yet he continues to spend money he doesn’t have on the crossword puzzles. Though again the reader is aware of just how desperate Rama is. There is also no doubting that the continual failures that Rama encounters with the crossword puzzles leads to him feeling depressed. So depressed is Rama that he contemplates suicide. He can see no other option. He has spent money he could not afford to spend on crossword puzzles and has not been successful. It is as though Rama views his life as being a failure. Not even the thought of his family can lift Rama’s spirits. It is also possible that Rama has lost his identity since he lost his job. No longer is he as sure of who he is which may not help the depression that Rama feels. For Rama the most important thing is ‘total extinction.’ However things do not go as planned for Rama. There has been a derailment of a train causing a three hour delay. This may be important because in this moment Rama gets a new lease of life. It is as though he has an epiphany or moment of realisation. Understanding that how he has lived his life (doing the crossword puzzles) is the wrong way to live. He begins to realise that there is something else worth living for and that something is his family. (adsbygoogle = window.adsbygoogle || []).push({}); The end of the story is also interesting as there is as sense of unity between Rama and his family. No longer is Rama interested in spending money he doesn’t have on crossword puzzles. Rather with the money he will receive from the sale of his home he intends to find work in Madras. Where previously Rama had lost focus he now realises that his family are the most important thing in his life. It is as though the sale of Rama’s home has brought a new sense of hope into his life. It is also noticeable that Rama for the first time in a long time is at one with himself. It is as though he remembers what his priorities are and the responsibilities that he has. Something that was missing when Rama was spending money on the crossword puzzles. Money that he did not necessarily have to spend. At the end of the story the reader can’t help but feel as though Rama and his family’s life will improve for the better. Though Rama had chased good fortune by buying the crossword puzzles. It is the sale of his home that has brought him the luck that he needs to get himself back on his feet. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php. Articles related to this chapter:- Out of Business | R.K.Narayan | Short Story Out of Business | R.K. Narayan | Important Questions &amp;amp; Answers Out of Business | R.K.Narayan | Summary (adsbygoogle = window.adsbygoogle || []).push({}); Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story Reference:- “Out Of Business.”&amp;nbsp;Ankit Sahay, 26 Sept. 2017, www.ankitsahay.com/out-of-business/. McManus, Dermot. "Out of Business by R.K. Narayan."&amp;nbsp;The Sitting Bee. The Sitting Bee, 26 Aug. 2017. &amp;lt;http://sittingbee.com/out-of-business-r-k-narayan/&amp;gt;. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summar and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:subtitle><itunes:author>noreply@blogger.com (Tanmay Pramanick)</itunes:author><itunes:summary>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ R.K. Narayan: Out of Business In Out of Business by R.K. Narayan we have the theme of control, struggle, defeat, desperation, depression, identity, hope and unity. Taken from his Malgudi Days collection the story is narrated in the third person by an unnamed narrator and from the beginning of the story the reader realises that Narayan may be exploring the theme of control. Rama relies on others doing well, the banks and the Gramophone Company. He lives his life precariously even though this may not have been his intention. He is reliant on both the banks and the Gramophone Company to be successful in order for him to be successful and when the banks collapse so too does the Gramophone Company. The downside for Ram is that he now has no job and he has to down-size. Aspirations he might have had to improve his life materialistically have faded. If anything life becomes a struggle for Rama and his family. Something that is noticeable by the amount of job applications that Rama sends out without any luck. The fact that Rama sends out so many job applications may also be important as it suggests that Rama is not prepared to accept defeat. He continues to persevere to the best of his ability. A trait that many readers and critics might find admirable. However it might be important to remember that Rama does get disheartened after each rejection he receives from potential employers. (adsbygoogle = window.adsbygoogle || []).push({}); Narayan may also be exploring the theme of desperation. Rama spends a lot of his time doing crosswords puzzles hoping that he will win some money. He becomes so preoccupied with the crossword puzzles that he spends his time at the newsagents’ checking to see if he has won. This may be important as it suggests that due to his circumstances Rama has become desperate. He is putting all his faith in the hope that he might win a prize from the crossword puzzles. It is as though the only hope that Rama feels he has, is winning on the crossword puzzles. It is also noticeable that Rama’s preoccupation with the crossword puzzles is taking a toll on his family life. So disastrous is Rama’s preoccupation that money for household expenses is being spent on crossword puzzles. It is as though Rama is blindly leading himself into an alternative world that is devoid of reality. Rama’s circumstances and those of his family are dire yet he continues to spend money he doesn’t have on the crossword puzzles. Though again the reader is aware of just how desperate Rama is. There is also no doubting that the continual failures that Rama encounters with the crossword puzzles leads to him feeling depressed. So depressed is Rama that he contemplates suicide. He can see no other option. He has spent money he could not afford to spend on crossword puzzles and has not been successful. It is as though Rama views his life as being a failure. Not even the thought of his family can lift Rama’s spirits. It is also possible that Rama has lost his identity since he lost his job. No longer is he as sure of who he is which may not help the depression that Rama feels. For Rama the most important thing is ‘total extinction.’ However things do not go as planned for Rama. There has been a derailment of a train causing a three hour delay. This may be important because in this moment Rama gets a new lease of life. It is as though he has an epiphany or moment of realisation. Understanding that how he has lived his life (doing the crossword puzzles) is the wrong way to live. He begins to realise that there is something else worth living for and that something is his family. (adsbygoogle = window.adsbygoogle || []).push({}); The end of the story is also interesting as there is as sense of unity between Rama and his family. No longer is Rama interested in spending money he doesn’t have on crossword puzzles. Rather with the money he will receive from the sale of his home he intends to find work in Madras. Where previously Rama had lost focus he now realises that his family are the most important thing in his life. It is as though the sale of Rama’s home has brought a new sense of hope into his life. It is also noticeable that Rama for the first time in a long time is at one with himself. It is as though he remembers what his priorities are and the responsibilities that he has. Something that was missing when Rama was spending money on the crossword puzzles. Money that he did not necessarily have to spend. At the end of the story the reader can’t help but feel as though Rama and his family’s life will improve for the better. Though Rama had chased good fortune by buying the crossword puzzles. It is the sale of his home that has brought him the luck that he needs to get himself back on his feet. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php. Articles related to this chapter:- Out of Business | R.K.Narayan | Short Story Out of Business | R.K. Narayan | Important Questions &amp;amp; Answers Out of Business | R.K.Narayan | Summary (adsbygoogle = window.adsbygoogle || []).push({}); Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story Reference:- “Out Of Business.”&amp;nbsp;Ankit Sahay, 26 Sept. 2017, www.ankitsahay.com/out-of-business/. McManus, Dermot. "Out of Business by R.K. Narayan."&amp;nbsp;The Sitting Bee. The Sitting Bee, 26 Aug. 2017. &amp;lt;http://sittingbee.com/out-of-business-r-k-narayan/&amp;gt;. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summar and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:summary><itunes:keywords>Compulsory English, EduMat, English, Graduation, Notes, R.K. Narayan, SAP, University of Calcutta</itunes:keywords></item><item><title>My Financial Career | Stephen Leacock | Summary</title><link>https://aptitudeamplifier.blogspot.com/2018/08/my-financial-career-stephen-leacock-summary.html</link><category>Compulsory English</category><category>EduMat</category><category>English</category><category>Graduation</category><category>IGNOU</category><category>Post Graduation</category><category>SAP</category><category>Sociology Honors</category><category>Stephen Leacock</category><category>University of Calcutta</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Mon, 20 Aug 2018 14:17:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-5002945513650727560</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div style="margin-bottom: .0001pt; margin: 0in; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;b&gt;NOTE:&lt;/b&gt;&amp;nbsp;&lt;span style="background: white;"&gt;E&amp;amp;OE, means errors and omissions excepted, in
other words, if there is any error in the following article, the same has to be
corrected by the user or the beneficiary accordingly, and errors may be
expected.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="margin-bottom: .0001pt; margin: 0in; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="background: white;"&gt;This article contains works derived from other reputed works of great
people, huge publication houses, web houses and notes that were made by me. These
articles are just to help people who need these articles desperately and
urgently. Any queries, complaints, and corrections will be enthusiastically
entertained.&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 11.0pt;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipDMCQI2xQskRqVvTdr1LniBcNxLFT8ooYLwGQuHvDjSRHGWtXY5SIfOOLscZzToAQcou35xc5rJ24Qf4aQ_vpQ9j6980Z7nwnVoyo2i1G7e9YTE7Nn64QIrlwa5yW3nOOycbAzFMGDY57/s1600/2.+My+Financial+Career++Stephen+Leacock++Summary.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="439" data-original-width="780" height="360" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipDMCQI2xQskRqVvTdr1LniBcNxLFT8ooYLwGQuHvDjSRHGWtXY5SIfOOLscZzToAQcou35xc5rJ24Qf4aQ_vpQ9j6980Z7nwnVoyo2i1G7e9YTE7Nn64QIrlwa5yW3nOOycbAzFMGDY57/s640/2.+My+Financial+Career++Stephen+Leacock++Summary.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4 style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Stephen
Leacock: My Financial Career&lt;/span&gt;&lt;/h4&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="color: #1f1f1f;"&gt;“My Financial Career” is one of Leacock’s earliest pieces,
appearing in his first published humorous book,&amp;nbsp;&lt;/span&gt;&lt;em style="box-sizing: border-box; color: #1f1f1f;"&gt;Literary Lapses.&lt;/em&gt;&lt;span style="color: #1f1f1f;"&gt;&amp;nbsp;One of
his most anthologized works, this short sketch of less than two thousand words
already treats one of Leacock’s fa&lt;/span&gt;&lt;/span&gt;&lt;span style="color: #1f1f1f; font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;vorite themes: the effect of economics on the
lives of men. When one remembers that Leacock took his doctorate in economics,
it is not surprising that this piece illustrates the Everyman’s fear and
mistrust of the bank as institution. Typical of his best work, the sketch opens
quickly with the narrator’s frank admission that banks and everything about
them “rattle” him.&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;

&lt;br /&gt;
&lt;ins class="adsbygoogle" data-ad-client="ca-pub-1533353550905750" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="7884185184" style="display: block; text-align: center;"&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;The Bank is a financial institution. So dealing
with the bank is a financial activity. So here the author who is going to open
an account with the bank is said to be launching upon his financial career. The
subject matter of the story is funny. &lt;span style="color: #1f1f1f;"&gt;He confesses
to falling into a state of near idiocy at any attempt to transact business but
is determined, now that he has more than fifty dollars in his pocket, to open
an account. Timidly, he asks to speak to the manager. The manager takes him
into a private room, locks the door, and proceeds to assure the narrator of
utmost security. Because of the narrator’s air of confidentiality and distrust,
the manager assumes he is a private detective or that he has a large sum to
invest. Learning that the narrator has only fifty-six dollars, he “unkindly”
turns him over to a clerk.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="background: white; box-sizing: border-box; margin: 0in 0in 0.0001pt; text-align: justify;"&gt;
&lt;span style="color: #1f1f1f;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;The narrator is now flustered,
mistakenly walks into the safe, and is eventually led to the clerk’s window,
into which he thrusts the money. When assured that it had been deposited, the
narrator quickly asks for a withdrawal slip. Meanwhile he feels that people in
the bank are staring at him, thinking him a millionaire. Intimidated and
miserable, he quickly withdraws his fifty-six dollars and rushes out. The
sketch concludes with the narrator’s observation that he keeps his money in his
pants pocket and his life savings in a sock.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;

&lt;ins class="adsbygoogle" data-ad-client="ca-pub-1533353550905750" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="7884185184" style="display: block; text-align: center;"&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div style="background: white; box-sizing: border-box; margin: 0in 0in 0.0001pt; text-align: justify;"&gt;
&lt;span style="color: #1f1f1f;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;The humor of the piece is
achieved not only by the exaggerated situation but also by a skillful use of
short clips of dialogue. The narrator’s psychological intimidation is clearly
presented by an economy of detail in which the scene richly suggests more than
it relates.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 11.0pt;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 14.6667px; text-align: center;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;i&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Read more about the author here,&amp;nbsp;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;a href="https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php"&gt;https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/i&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Articles
related to this chapter:- &lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;/div&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My Financial Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;My Financial
Career | Stephen Leacock | Important Questions &amp;amp; Answers&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;My Financial
Career | Stephen Leacock | Story Analysis and Review&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;

&lt;ins class="adsbygoogle" data-ad-client="ca-pub-1533353550905750" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="7884185184" style="display: block; text-align: center;"&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Know more about stuff
related:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;ul type="disc"&gt;
&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="color: windowtext;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/where-the-mind-is-without-fear-rabindranath-tagore.html"&gt;Where
     the Mind is Without Fear | Rabindranath Tagore | Poem&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="color: windowtext;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/spoken-english-and-broken-english-george-bernard-shaw.html"&gt;Spoken
     English and Broken English | George Bernard Shaw | Essay | Graduation&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li class="MsoNormal" style="text-align: justify;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="color: windowtext;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My
     Financial Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;“My Financial Career - Summary"&amp;nbsp;&lt;span class="underscored" style="background-color: white; color: #1f1f1f;"&gt;Masterpieces of American Literature&lt;/span&gt;&lt;span style="background-color: white; color: #1f1f1f;"&gt;&amp;nbsp;Ed. Steven G.
Kellman. eNotes.com, Inc. 2006&amp;nbsp;&lt;/span&gt;&lt;span class="underscored" style="background-color: white; color: #1f1f1f;"&gt;eNotes.com&lt;/span&gt;&lt;span style="background-color: white; color: #1f1f1f;"&gt;&amp;nbsp;1
Mar, 2018 &lt;/span&gt;&lt;a href="http://www.enotes.com/topics/my-financial-career#summary-the-work" style="background-color: white;"&gt;http://www.enotes.com/topics/my-financial-career#summary-the-work&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Oocities.Org,
2018, &lt;a href="http://www.oocities.org/sudipnandy2008/edu/files/English.doc" style="background-color: white;"&gt;&lt;span style="background-attachment: initial; background-clip: initial; background-image: initial; background-origin: initial; background-position: initial; background-repeat: initial; background-size: initial;"&gt;http://www.oocities.org/sudipnandy2008/edu/files/English.doc&lt;/span&gt;&lt;/a&gt;&lt;span style="background: white;"&gt;. Accessed 20 Aug 2018.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;University of Calcutta.
University English Selections: Three Year Degree Course, 2007&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;For latest
syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam,
check out the CU’s official notice &lt;a href="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"&gt;http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf&lt;/a&gt; for more info. To refer to the old syllabus, click on
this link &lt;a href="http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf"&gt;http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf&lt;/a&gt; .&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;br /&gt;
**There are constant un-noticed changes within the university which needs your
attention at regular intervals for better results.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 11.0pt;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Out of Business&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;R.K. Narayan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;My financial career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;The seven ages of man&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William Shakespeare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William Wordsworth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Stephen Leacock&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Summar and Analysis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Calcutta University&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Part - I&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;B.Sc. B.A.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Honours and General&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;University of Calcutta&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 11pt;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 11.0pt;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt; ©2014-2018. All Rights Reserved. &lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEipDMCQI2xQskRqVvTdr1LniBcNxLFT8ooYLwGQuHvDjSRHGWtXY5SIfOOLscZzToAQcou35xc5rJ24Qf4aQ_vpQ9j6980Z7nwnVoyo2i1G7e9YTE7Nn64QIrlwa5yW3nOOycbAzFMGDY57/s72-c/2.+My+Financial+Career++Stephen+Leacock++Summary.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="33280" type="application/msword" url="http://www.oocities.org/sudipnandy2008/edu/files/English.doc"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE:&amp;nbsp;E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me. These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ Stephen Leacock: My Financial Career “My Financial Career” is one of Leacock’s earliest pieces, appearing in his first published humorous book,&amp;nbsp;Literary Lapses.&amp;nbsp;One of his most anthologized works, this short sketch of less than two thousand words already treats one of Leacock’s favorite themes: the effect of economics on the lives of men. When one remembers that Leacock took his doctorate in economics, it is not surprising that this piece illustrates the Everyman’s fear and mistrust of the bank as institution. Typical of his best work, the sketch opens quickly with the narrator’s frank admission that banks and everything about them “rattle” him. (adsbygoogle = window.adsbygoogle || []).push({}); The Bank is a financial institution. So dealing with the bank is a financial activity. So here the author who is going to open an account with the bank is said to be launching upon his financial career. The subject matter of the story is funny. He confesses to falling into a state of near idiocy at any attempt to transact business but is determined, now that he has more than fifty dollars in his pocket, to open an account. Timidly, he asks to speak to the manager. The manager takes him into a private room, locks the door, and proceeds to assure the narrator of utmost security. Because of the narrator’s air of confidentiality and distrust, the manager assumes he is a private detective or that he has a large sum to invest. Learning that the narrator has only fifty-six dollars, he “unkindly” turns him over to a clerk. The narrator is now flustered, mistakenly walks into the safe, and is eventually led to the clerk’s window, into which he thrusts the money. When assured that it had been deposited, the narrator quickly asks for a withdrawal slip. Meanwhile he feels that people in the bank are staring at him, thinking him a millionaire. Intimidated and miserable, he quickly withdraws his fifty-six dollars and rushes out. The sketch concludes with the narrator’s observation that he keeps his money in his pants pocket and his life savings in a sock. (adsbygoogle = window.adsbygoogle || []).push({}); The humor of the piece is achieved not only by the exaggerated situation but also by a skillful use of short clips of dialogue. The narrator’s psychological intimidation is clearly presented by an economy of detail in which the scene richly suggests more than it relates. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php. Articles related to this chapter:- My Financial Career | Stephen Leacock | Short Story My Financial Career | Stephen Leacock | Important Questions &amp;amp; Answers My Financial Career | Stephen Leacock | Story Analysis and Review (adsbygoogle = window.adsbygoogle || []).push({}); Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story Reference:- “My Financial Career - Summary"&amp;nbsp;Masterpieces of American Literature&amp;nbsp;Ed. Steven G. Kellman. eNotes.com, Inc. 2006&amp;nbsp;eNotes.com&amp;nbsp;1 Mar, 2018 http://www.enotes.com/topics/my-financial-career#summary-the-work Oocities.Org, 2018, http://www.oocities.org/sudipnandy2008/edu/files/English.doc. Accessed 20 Aug 2018. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summar and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:subtitle><itunes:author>noreply@blogger.com (Tanmay Pramanick)</itunes:author><itunes:summary>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE:&amp;nbsp;E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me. These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ Stephen Leacock: My Financial Career “My Financial Career” is one of Leacock’s earliest pieces, appearing in his first published humorous book,&amp;nbsp;Literary Lapses.&amp;nbsp;One of his most anthologized works, this short sketch of less than two thousand words already treats one of Leacock’s favorite themes: the effect of economics on the lives of men. When one remembers that Leacock took his doctorate in economics, it is not surprising that this piece illustrates the Everyman’s fear and mistrust of the bank as institution. Typical of his best work, the sketch opens quickly with the narrator’s frank admission that banks and everything about them “rattle” him. (adsbygoogle = window.adsbygoogle || []).push({}); The Bank is a financial institution. So dealing with the bank is a financial activity. So here the author who is going to open an account with the bank is said to be launching upon his financial career. The subject matter of the story is funny. He confesses to falling into a state of near idiocy at any attempt to transact business but is determined, now that he has more than fifty dollars in his pocket, to open an account. Timidly, he asks to speak to the manager. The manager takes him into a private room, locks the door, and proceeds to assure the narrator of utmost security. Because of the narrator’s air of confidentiality and distrust, the manager assumes he is a private detective or that he has a large sum to invest. Learning that the narrator has only fifty-six dollars, he “unkindly” turns him over to a clerk. The narrator is now flustered, mistakenly walks into the safe, and is eventually led to the clerk’s window, into which he thrusts the money. When assured that it had been deposited, the narrator quickly asks for a withdrawal slip. Meanwhile he feels that people in the bank are staring at him, thinking him a millionaire. Intimidated and miserable, he quickly withdraws his fifty-six dollars and rushes out. The sketch concludes with the narrator’s observation that he keeps his money in his pants pocket and his life savings in a sock. (adsbygoogle = window.adsbygoogle || []).push({}); The humor of the piece is achieved not only by the exaggerated situation but also by a skillful use of short clips of dialogue. The narrator’s psychological intimidation is clearly presented by an economy of detail in which the scene richly suggests more than it relates. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/stephen-leacock-3350.php. Articles related to this chapter:- My Financial Career | Stephen Leacock | Short Story My Financial Career | Stephen Leacock | Important Questions &amp;amp; Answers My Financial Career | Stephen Leacock | Story Analysis and Review (adsbygoogle = window.adsbygoogle || []).push({}); Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story Reference:- “My Financial Career - Summary"&amp;nbsp;Masterpieces of American Literature&amp;nbsp;Ed. Steven G. Kellman. eNotes.com, Inc. 2006&amp;nbsp;eNotes.com&amp;nbsp;1 Mar, 2018 http://www.enotes.com/topics/my-financial-career#summary-the-work Oocities.Org, 2018, http://www.oocities.org/sudipnandy2008/edu/files/English.doc. Accessed 20 Aug 2018. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summar and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:summary><itunes:keywords>Compulsory English, EduMat, English, Graduation, IGNOU, Post Graduation, SAP, Sociology Honors, Stephen Leacock, University of Calcutta</itunes:keywords></item><item><title>Out of Business | R.K. Narayan | Summary</title><link>https://aptitudeamplifier.blogspot.com/2018/08/out-of-business-rk-narayan-summary.html</link><category>Compulsory English</category><category>EduMat</category><category>English</category><category>Graduation</category><category>Notes</category><category>R.K. Narayan</category><category>SAP</category><category>University of Calcutta</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Mon, 20 Aug 2018 13:28:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-3695989734709759830</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;NOTE:
&lt;span style="background: white;"&gt;E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following
article, the same has to be corrected by the user or the beneficiary
accordingly, and errors may be expected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN" style="background: white;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;This
article contains works derived from other reputed
works of great people, huge publication houses, web houses and notes that were
made by me.These articles are just to help people who need these articles
desperately and urgently. Any queries, complaints, and corrections will be
enthusiastically entertained.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9pt; text-align: left;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;div class="separator" style="clear: both; text-align: center;"&gt;
&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiREg6lqwlcMoEwg48KJ1stwwl-gyeMekaiav_ppQaY3_6JBjCoOmoHNWDHup2nFPkf6c6nqAsJLKyrQcGmSjklG8WPbWmxk2bpPSQKD2g2I7UgbNJBTZsfBvG2gsbZhCGjYGRxO_IHjYUu/s1600/2.+Out+of+Business++R.K.+Narayan++Summary.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"&gt;&lt;img border="0" data-original-height="579" data-original-width="1030" height="358" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiREg6lqwlcMoEwg48KJ1stwwl-gyeMekaiav_ppQaY3_6JBjCoOmoHNWDHup2nFPkf6c6nqAsJLKyrQcGmSjklG8WPbWmxk2bpPSQKD2g2I7UgbNJBTZsfBvG2gsbZhCGjYGRxO_IHjYUu/s640/2.+Out+of+Business++R.K.+Narayan++Summary.jpg" width="640" /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;h4 style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;R.K.
Narayan: Out of Business&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Rama Rao, the protagonist of this story
inherited some money and he invested it to a gramophone company to become an
agent of Malgudi. For five years his business was going well and he earned a
lot of money that enabled him to live a decent and comfortable life with his
wife and children. But things don’t turn as well as we do always expect.
Suddenly a crash in the stock market brought his company to the verge of
extinction. This news came to him like a bolt from the blue. Series of
circumstances in the world of banking, trade, commerce, politics and the
unexpected death of a Bombay financier has resulted in his financial disaster.
Some doubted that the death of the financier was a case of suicide, because his
wife’s illicit and immoral behaviour with his cashier.&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;

&lt;ins class="adsbygoogle" data-ad-client="ca-pub-1533353550905750" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="7884185184" style="display: block; text-align: center;"&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Initially
Rama Rao didn’t feel the impact of the disaster. With the passage of few months
his savings were being dwindled. His condition became gradually pitiable and
pathetic. But his wife was very cool calm and composed. Not only that, she was
sensible and sympathetic. She tried to lighten the burden of her husband by
releasing the cook and servant, shunting her children from a luxurious and
prestigious school to an ordinary primary school, and shifting from a
comfortable bungalow to a commonplace house. Rama Rao was a hard working
fellow, he didn’t spend his time yawning and gaping. He tried his best to get a
job from one factory to another, but everywhere he was disappointed. In the
evening his wife and children used to wait for him eagerly and anxiously for a
good news. As usual Rama Rao returned home with gloomy face. Their only hope
was the money that they got from the rent of their bungalow.&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;One
day Rama Rao came across a journal named “The Captain” consisting of four
pages. All the four pages were devoted to crossword puzzles. It offered every
week a first prize of Four thousand rupees. He thought that he now could earn
money by solving those crosswords. Since then he used to send the answers in
hope of getting the first prize. He used to wait in anguish for the name of the
right sender. But each time his hopes were shattered. “Face is the index of
one’s heart” His frustration and disappointment was reflected in his face. He
became fretful and picked up quarrel with his wife on a flimsy ground and
trivial issues. As his wife was cool and composed, she tried to appease him by
remaining silent.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Anyhow
one day a special prize of 8000 rupees was announced. Another chance, another
hope. Rama Rao tried to test his luck again. He insisted his wife on giving him
Rs5 to send his answer by registered post. He decided to send four different
entries as he was not sure at one part &amp;amp; there could be four variations. He
was hoping against hope and was dreaming to built a castle in the air with the
prize money. But the goddess of fortune was yet to smile on him and this time
also his hopes were crumbled. He didn’t win the prize, but ‘Hope is a poor
man’s bread”. So he decided that there was no reason to lead such a measurable
existence and decided to commit suicide. He went to the rail tracks and lay
there waiting for the train. But this time god appeared to rescue him. He
waited and waited, but the train was yet to come. At last he was tired to lying
there, he rose up and walked to the station. There he cam to know that a goods
train has derailed and all scheduled trains would be late by three hours.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;

&lt;ins class="adsbygoogle" data-ad-client="ca-pub-1533353550905750" data-ad-format="fluid" data-ad-layout="in-article" data-ad-slot="7884185184" style="display: block; text-align: center;"&gt;&lt;/ins&gt;&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;

&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Then
he decided to return home. His wife became anxious and impatient for Rama Rao’s
inordinate delay. But she brightened up and sighed with relief at his sight.
Then after taking a rest he sat down to eat. His wife informed him that the
tenants came in the evening and asked weather he would sell his bungalow. They
would offer good amount. He thought that it was an excellent idea and expressed
his willingness if they paid four and a half thousand rupees. He would keep
five hundred and give away the rest to his wife. At this his wife wanted to
know if he would again invest his money on the crossword puzzles. Rama Rao felt
depressed and calmly said no. Hw would go to Madras and look for a profitable
job there to take them out of their misery. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;Read more about the author
here,&amp;nbsp;&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN-IN"&gt;&lt;a href="https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php"&gt;&lt;i&gt;&lt;span style="line-height: 107%;"&gt;https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php&lt;/span&gt;&lt;/i&gt;&lt;/a&gt;&lt;/span&gt;&lt;i&gt;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-IN" style="line-height: 107%;"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Articles related to
this chapter:- &lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;iframe align="right" frameborder="0" marginheight="10" marginwidth="10" scrolling="no" src="//ws-in.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;amp;OneJS=1&amp;amp;Operation=GetAdHtml&amp;amp;MarketPlace=IN&amp;amp;source=ss&amp;amp;ref=as_ss_li_til&amp;amp;ad_type=product_link&amp;amp;tracking_id=tanmaypramani-21&amp;amp;language=en_IN&amp;amp;marketplace=amazon&amp;amp;region=IN&amp;amp;placement=8190797700&amp;amp;asins=8190797700&amp;amp;linkId=6a6c56b12a89e32c0128756c7a807f5f&amp;amp;show_border=true&amp;amp;link_opens_in_new_window=true" style="height: 240px; width: 120px;"&gt;&lt;/iframe&gt;

&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/out-of-business-rk-narayan-short-story.html"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Out of Business | R.K.Narayan | Short Story&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Out of Business | R.K.
Narayan | Important Questions &amp;amp; Answers&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Out of Business | R.K.
Narayan | Story Analysis and Review&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Know more about stuff related:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/where-the-mind-is-without-fear-rabindranath-tagore.html"&gt;Where the Mind is Without Fear | Rabindranath Tagore | Poem&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/spoken-english-and-broken-english-george-bernard-shaw.html"&gt;Spoken English and Broken English | George Bernard Shaw | Essay | Graduation&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My Financial Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;“Out
Of Business.”&amp;nbsp;&lt;span lang="EN-IN" style="line-height: 107%;"&gt;Ankit Sahay&lt;/span&gt;&lt;span lang="EN-IN" style="background: white; line-height: 107%;"&gt;, 26
Sept. 2017, &lt;/span&gt;&lt;span lang="EN-IN"&gt;&lt;span style="background: white; color: windowtext; line-height: 107%;"&gt;&lt;a href="http://www.ankitsahay.com/out-of-business/"&gt;www.ankitsahay.com/out-of-business/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;span lang="EN-IN" style="background: white; line-height: 107%;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;Oocities.Org, 2018, &lt;a href="http://www.oocities.org/sudipnandy2008/edu/files/English.doc"&gt;http://www.oocities.org/sudipnandy2008/edu/files/English.doc&lt;/a&gt;&lt;span style="background-color: white;"&gt;.
Accessed 20 Aug 2018.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;University
of Calcutta. University English Selections: Three Year Degree Course, 2007&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;F&lt;/span&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;or latest s&lt;/span&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;yllabus, both for compulsory and
alternative papers for B.Sc. Part – I exam, check out the CU’s official notice &lt;/span&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;a href="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"&gt;http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf&lt;/a&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt; for more info. To refer to the old syllabus, click on
this link &lt;a href="http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf"&gt;http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf&lt;/a&gt; .&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;span lang="EN-IN"&gt;&lt;br /&gt;
**There are constant un-noticed changes within the university which needs your
attention at regular intervals for better results.&lt;/span&gt;&lt;/i&gt;&lt;span lang="EN-IN"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: center;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Out of Business&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;R.K.
Narayan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;My
financial career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;The
seven ages of man&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William
Shakespeare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;William
Wordsworth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Stephen Leacock&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Summar and Analysis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Calcutta University&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Part - I&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;B.Sc. B.A.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif; font-size: x-small;"&gt;Honours and General&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="line-height: normal; text-align: justify;"&gt;
&lt;span lang="EN-IN"&gt;&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;span style="font-size: x-small;"&gt;University of Calcutta&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: center;"&gt;
&lt;span lang="EN-IN" style="font-family: &amp;quot;arial&amp;quot; , sans-serif; font-size: 9.0pt; line-height: 107%;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: &amp;quot;arial&amp;quot; , &amp;quot;helvetica&amp;quot; , sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt; ©2014-2018. All Rights Reserved. &lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiREg6lqwlcMoEwg48KJ1stwwl-gyeMekaiav_ppQaY3_6JBjCoOmoHNWDHup2nFPkf6c6nqAsJLKyrQcGmSjklG8WPbWmxk2bpPSQKD2g2I7UgbNJBTZsfBvG2gsbZhCGjYGRxO_IHjYUu/s72-c/2.+Out+of+Business++R.K.+Narayan++Summary.jpg" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">1</thr:total><enclosure length="33280" type="application/msword" url="http://www.oocities.org/sudipnandy2008/edu/files/English.doc"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ R.K. Narayan: Out of Business Rama Rao, the protagonist of this story inherited some money and he invested it to a gramophone company to become an agent of Malgudi. For five years his business was going well and he earned a lot of money that enabled him to live a decent and comfortable life with his wife and children. But things don’t turn as well as we do always expect. Suddenly a crash in the stock market brought his company to the verge of extinction. This news came to him like a bolt from the blue. Series of circumstances in the world of banking, trade, commerce, politics and the unexpected death of a Bombay financier has resulted in his financial disaster. Some doubted that the death of the financier was a case of suicide, because his wife’s illicit and immoral behaviour with his cashier. (adsbygoogle = window.adsbygoogle || []).push({}); Initially Rama Rao didn’t feel the impact of the disaster. With the passage of few months his savings were being dwindled. His condition became gradually pitiable and pathetic. But his wife was very cool calm and composed. Not only that, she was sensible and sympathetic. She tried to lighten the burden of her husband by releasing the cook and servant, shunting her children from a luxurious and prestigious school to an ordinary primary school, and shifting from a comfortable bungalow to a commonplace house. Rama Rao was a hard working fellow, he didn’t spend his time yawning and gaping. He tried his best to get a job from one factory to another, but everywhere he was disappointed. In the evening his wife and children used to wait for him eagerly and anxiously for a good news. As usual Rama Rao returned home with gloomy face. Their only hope was the money that they got from the rent of their bungalow. One day Rama Rao came across a journal named “The Captain” consisting of four pages. All the four pages were devoted to crossword puzzles. It offered every week a first prize of Four thousand rupees. He thought that he now could earn money by solving those crosswords. Since then he used to send the answers in hope of getting the first prize. He used to wait in anguish for the name of the right sender. But each time his hopes were shattered. “Face is the index of one’s heart” His frustration and disappointment was reflected in his face. He became fretful and picked up quarrel with his wife on a flimsy ground and trivial issues. As his wife was cool and composed, she tried to appease him by remaining silent. Anyhow one day a special prize of 8000 rupees was announced. Another chance, another hope. Rama Rao tried to test his luck again. He insisted his wife on giving him Rs5 to send his answer by registered post. He decided to send four different entries as he was not sure at one part &amp;amp; there could be four variations. He was hoping against hope and was dreaming to built a castle in the air with the prize money. But the goddess of fortune was yet to smile on him and this time also his hopes were crumbled. He didn’t win the prize, but ‘Hope is a poor man’s bread”. So he decided that there was no reason to lead such a measurable existence and decided to commit suicide. He went to the rail tracks and lay there waiting for the train. But this time god appeared to rescue him. He waited and waited, but the train was yet to come. At last he was tired to lying there, he rose up and walked to the station. There he cam to know that a goods train has derailed and all scheduled trains would be late by three hours. (adsbygoogle = window.adsbygoogle || []).push({}); Then he decided to return home. His wife became anxious and impatient for Rama Rao’s inordinate delay. But she brightened up and sighed with relief at his sight. Then after taking a rest he sat down to eat. His wife informed him that the tenants came in the evening and asked weather he would sell his bungalow. They would offer good amount. He thought that it was an excellent idea and expressed his willingness if they paid four and a half thousand rupees. He would keep five hundred and give away the rest to his wife. At this his wife wanted to know if he would again invest his money on the crossword puzzles. Rama Rao felt depressed and calmly said no. Hw would go to Madras and look for a profitable job there to take them out of their misery. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php. Articles related to this chapter:- Out of Business | R.K.Narayan | Short Story Out of Business | R.K. Narayan | Important Questions &amp;amp; Answers Out of Business | R.K. Narayan | Story Analysis and Review Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story Reference:- “Out Of Business.”&amp;nbsp;Ankit Sahay, 26 Sept. 2017, www.ankitsahay.com/out-of-business/. Oocities.Org, 2018, http://www.oocities.org/sudipnandy2008/edu/files/English.doc. Accessed 20 Aug 2018. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summar and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:subtitle><itunes:author>noreply@blogger.com (Tanmay Pramanick)</itunes:author><itunes:summary>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-121365933-1'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ R.K. Narayan: Out of Business Rama Rao, the protagonist of this story inherited some money and he invested it to a gramophone company to become an agent of Malgudi. For five years his business was going well and he earned a lot of money that enabled him to live a decent and comfortable life with his wife and children. But things don’t turn as well as we do always expect. Suddenly a crash in the stock market brought his company to the verge of extinction. This news came to him like a bolt from the blue. Series of circumstances in the world of banking, trade, commerce, politics and the unexpected death of a Bombay financier has resulted in his financial disaster. Some doubted that the death of the financier was a case of suicide, because his wife’s illicit and immoral behaviour with his cashier. (adsbygoogle = window.adsbygoogle || []).push({}); Initially Rama Rao didn’t feel the impact of the disaster. With the passage of few months his savings were being dwindled. His condition became gradually pitiable and pathetic. But his wife was very cool calm and composed. Not only that, she was sensible and sympathetic. She tried to lighten the burden of her husband by releasing the cook and servant, shunting her children from a luxurious and prestigious school to an ordinary primary school, and shifting from a comfortable bungalow to a commonplace house. Rama Rao was a hard working fellow, he didn’t spend his time yawning and gaping. He tried his best to get a job from one factory to another, but everywhere he was disappointed. In the evening his wife and children used to wait for him eagerly and anxiously for a good news. As usual Rama Rao returned home with gloomy face. Their only hope was the money that they got from the rent of their bungalow. One day Rama Rao came across a journal named “The Captain” consisting of four pages. All the four pages were devoted to crossword puzzles. It offered every week a first prize of Four thousand rupees. He thought that he now could earn money by solving those crosswords. Since then he used to send the answers in hope of getting the first prize. He used to wait in anguish for the name of the right sender. But each time his hopes were shattered. “Face is the index of one’s heart” His frustration and disappointment was reflected in his face. He became fretful and picked up quarrel with his wife on a flimsy ground and trivial issues. As his wife was cool and composed, she tried to appease him by remaining silent. Anyhow one day a special prize of 8000 rupees was announced. Another chance, another hope. Rama Rao tried to test his luck again. He insisted his wife on giving him Rs5 to send his answer by registered post. He decided to send four different entries as he was not sure at one part &amp;amp; there could be four variations. He was hoping against hope and was dreaming to built a castle in the air with the prize money. But the goddess of fortune was yet to smile on him and this time also his hopes were crumbled. He didn’t win the prize, but ‘Hope is a poor man’s bread”. So he decided that there was no reason to lead such a measurable existence and decided to commit suicide. He went to the rail tracks and lay there waiting for the train. But this time god appeared to rescue him. He waited and waited, but the train was yet to come. At last he was tired to lying there, he rose up and walked to the station. There he cam to know that a goods train has derailed and all scheduled trains would be late by three hours. (adsbygoogle = window.adsbygoogle || []).push({}); Then he decided to return home. His wife became anxious and impatient for Rama Rao’s inordinate delay. But she brightened up and sighed with relief at his sight. Then after taking a rest he sat down to eat. His wife informed him that the tenants came in the evening and asked weather he would sell his bungalow. They would offer good amount. He thought that it was an excellent idea and expressed his willingness if they paid four and a half thousand rupees. He would keep five hundred and give away the rest to his wife. At this his wife wanted to know if he would again invest his money on the crossword puzzles. Rama Rao felt depressed and calmly said no. Hw would go to Madras and look for a profitable job there to take them out of their misery. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.thefamouspeople.com/profiles/r-k-narayan-5285.php. Articles related to this chapter:- Out of Business | R.K.Narayan | Short Story Out of Business | R.K. Narayan | Important Questions &amp;amp; Answers Out of Business | R.K. Narayan | Story Analysis and Review Know more about stuff related:- Where the Mind is Without Fear | Rabindranath Tagore | Poem Spoken English and Broken English | George Bernard Shaw | Essay | Graduation My Financial Career | Stephen Leacock | Short Story Reference:- “Out Of Business.”&amp;nbsp;Ankit Sahay, 26 Sept. 2017, www.ankitsahay.com/out-of-business/. Oocities.Org, 2018, http://www.oocities.org/sudipnandy2008/edu/files/English.doc. Accessed 20 Aug 2018. University of Calcutta. University English Selections: Three Year Degree Course, 2007 For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summar and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:summary><itunes:keywords>Compulsory English, EduMat, English, Graduation, Notes, R.K. Narayan, SAP, University of Calcutta</itunes:keywords></item><item><title>Vajrasana </title><link>https://aptitudeamplifier.blogspot.com/2018/07/vajrasana.html</link><category>CreMat</category><category>SAP</category><category>Special</category><category>Yoga</category><author>noreply@blogger.com (Sankalpita Pramanick)</author><pubDate>Sat, 28 Jul 2018 00:27:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-180711947281256734</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;!-- Global site tag (gtag.js) - Google Analytics --&gt;
&lt;script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-121365933-1"&gt;&lt;/script&gt;
&lt;script&gt;
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-121365933-1');
&lt;/script&gt;

&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;Introduction&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The word Vajrasana is derived from Sanskrit
words, ‘Vajra’ means diamond or thunderbolt whereas, ‘asan’ means seat. Vajrasana
is a form of kneeling pose, also known as Diamond Pose, Pelvic Pose,
Thunderbolt Pose, Kneeling Pose or Adamantine Pose. Vajrasana is usually
accompanied by other breathing exercises/yoga for instance Kapalabhati,
Pranayam or Anulon Vilom to make the body steady, strong and firm like a
diamond. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The asana helps the digestive system to
improve and function well along with the stimulation of Vajra nadi, which
relieves an individual from different forms of nervous issues and sciatica.
Vajrasana is the favorite and traditional sitting pose during ceremonies in
countries like China, Japan, et al. Vajrasana is the starting posture for other
forms of yoga postures such as Supta-vajrasana, &lt;span style="border: 1pt none windowtext; color: windowtext; padding: 0cm; text-decoration-line: none;"&gt;Virasana&lt;/span&gt;, &lt;span style="border: none windowtext 1.0pt; mso-border-alt: none windowtext 0cm; padding: 0cm;"&gt;Shashankasana, Bhadrasana&lt;/span&gt;, et al. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Generally, a yoga should be performed on an
empty stomach for better results, however Vajrasana is one of the exception
where it is found to be effective after the meal promoting the digestion
process and&lt;span style="background: white;"&gt; relief people suffering from gas belching,
flatulence and frequent farts.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="background: white;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;Step by Step&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;&lt;a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz7aLRpjRMxaK3sW4OmPDu6naxzZgzO0eTMXw7ib3-LrqJYNQD6Lk0E2IBdvKH5xuUg3M0PFEhaEX2hyx4qJQu5RnM_1nG_f36eMChHLUZlY-LN7b2NNteSLeCLHW9vTDwhBw-y-AU8DBb/s1600/Vajrasana.png" imageanchor="1" style="clear: right; float: right; font-family: Arial, Helvetica, sans-serif; margin-bottom: 1em; margin-left: 1em;"&gt;&lt;img alt="Thunderbolt Pose" border="0" data-original-height="736" data-original-width="734" height="320" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz7aLRpjRMxaK3sW4OmPDu6naxzZgzO0eTMXw7ib3-LrqJYNQD6Lk0E2IBdvKH5xuUg3M0PFEhaEX2hyx4qJQu5RnM_1nG_f36eMChHLUZlY-LN7b2NNteSLeCLHW9vTDwhBw-y-AU8DBb/s320/Vajrasana.png" title="Vajrasana" width="319" /&gt;&lt;/a&gt;
&lt;li&gt;Sit in kneeling posture on a plain surface
with both the knees together.&lt;/li&gt;
&lt;li&gt;Rest back on the inner edges of the
upside-down feet so that the heels could make a contact with the butt.&lt;/li&gt;
&lt;li&gt;While sitting in the above posture the toes
must be together whereas the heels must spread out apart so that the outer
edges of buttocks are supported.&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Hands are placed on the lap touching the
knees with the right palm on right side and left palm on the left side. Placing
the palms face towards the sky or towards the ground depends on the performer.&lt;/li&gt;
&lt;li&gt;The head and the spine must be erect with
the chin straight while performing the pose.&lt;/li&gt;
&lt;li&gt;Close the eyes and concentrate on the
breathing process by slowly inhaling and exhaling.&lt;/li&gt;
&lt;li&gt;Throughout the breathing process stay
motionless and calm bringing in divine.&lt;/li&gt;
&lt;li&gt;Perform the pose as per the convenience for
one minute or five minutes or even upto ten to twenty minutes, as the person excels
in the pose.&lt;/li&gt;
&lt;li&gt;In the initial stages one can find
difficulties like stinging pain in leg and feet, but with the practice it would
get habituated. If the pain still persists then one can place a cushion beneath
the feet and undo the pose in intervals of one minute. In the intervals make
some leg stretches and massage different parts of the leg with hands. Consult
and practice under experts’ supervision if suffering from back pain and other
knee alignment.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;/div&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;Benefits&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Cures urinary problem and relieves constipation&lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif;"&gt;,
acidity&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt; and strengthens digestive system&lt;/span&gt;&lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif;"&gt; increases
digestion process&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;.&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;Makes strong and tones lower back, thighs, legs and other body muscles with
increased flexibility, also reduces hips.&lt;/li&gt;
&lt;li&gt;Boosts blood circulation, &lt;span lang="EN-US" style="font-family: Arial, Helvetica, sans-serif;"&gt;strengthens sexual
organs eliminating &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;menstrual
cramps and helps to ease labour pain&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&amp;nbsp;Weight loss can be attained
reducing obesity&lt;/li&gt;
&lt;li&gt;Arthritis
and&amp;nbsp;&lt;em style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="background: white; font-style: normal; line-height: 115%;"&gt;Rheumatic disorders could be
curtailed by its practice. Also cures varicose veins and joint pains.&lt;/span&gt;&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Calmness and stability
of mind along with relaxed nerves is gained through meditation and concentration.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;Contra-indications&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Avoid Vajrasana if suffering from spinal or
ankle or calf or hamstring injuries and even those suffering from severe
arthritis and recently undergone a surgery.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;People suffering from &lt;/span&gt;&lt;span style="background: white; font-family: Arial, Helvetica, sans-serif;"&gt;hernia or ulcers or any other small and large
intestine disorders should avoid or practice the pose under yoga experts.&amp;nbsp;&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;Pregnant ladies must
be careful while performing the yoga so that stress is not felt on the abdomen.
This can be ensured by placing the knees apart and practicing under experts.&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;___________________________________________&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;Visit some other related topics –&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2014/10/dhanurasana.html" style="font-family: arial, helvetica, sans-serif;"&gt;Dhanurasana&lt;/a&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;, &lt;a href="http://aptitudeamplifier.blogspot.com/2017/03/supta-vajrasana.html"&gt;Supta Vajrasana&lt;/a&gt;&lt;/span&gt;&lt;span lang="EN-US"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span lang="EN-US" style="line-height: 115%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;&lt;u&gt;Reference:&lt;/u&gt;&lt;/b&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Tummee.com. (2018).&amp;nbsp;Vajrasana
(Thunderbolt Pose) Contraindications | Tummee.com. Available at:
https://www.tummee.com/yoga-poses/thunderbolt-pose/contraindications [Accessed on 27 Jul. 2018].&lt;/li&gt;
&lt;li&gt;Siddhi Yoga. (2018).&amp;nbsp;Virasana (Hero
Pose) Benefits, How to do, Contraindications. Available at:
https://www.siddhiyoga.com/virasana-hero-pose [Accessed on 27 Jul. 2018].&lt;/li&gt;
&lt;li&gt;Pinkwhalehealthcare.com. (2018).&amp;nbsp;»
Vajrasana Yoga Pose Benifits and Precaution – Asana for Weak Digestion. Available at:
http://pinkwhalehealthcare.com/blog/yoga-for-the-week-vajrasana-asana-for-weak-digestion/
[Accessed on 27 Jul. 2018].&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;div class="MsoNormal" style="text-align: center;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;_________________________________________________&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="text-align: justify;"&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;i&gt;Related Questions&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;i&gt;&lt;span lang="EN-US"&gt;What is &lt;/span&gt;&lt;span lang="EN-US"&gt;Supt Vajrasana?&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;i&gt;Steps for Supt Vajrasana.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;i&gt;Benefits of Supt Vajrasana yoga.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;i&gt;Precautions for Supt Vajrasana.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;









































































&lt;/div&gt;
&lt;div class="MsoNormal" style="margin-bottom: 0.0001pt; text-align: justify;"&gt;
&lt;span lang="EN-US"&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;&lt;i&gt;Do’s and don’ts for Supt Vajrasana.&lt;/i&gt;&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal" style="line-height: 150%; text-align: justify; text-justify: inter-ideograph;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&amp;nbsp;&lt;i style="text-align: left;"&gt;&lt;a href="https://www.blogger.com/%E2%80%9Dhttps://www.aptitudeamplifier.blogspot.com%E2%80%9C"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt;&lt;span style="text-align: left;"&gt; ©2014-2018. All Rights Reserved.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" height="72" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjz7aLRpjRMxaK3sW4OmPDu6naxzZgzO0eTMXw7ib3-LrqJYNQD6Lk0E2IBdvKH5xuUg3M0PFEhaEX2hyx4qJQu5RnM_1nG_f36eMChHLUZlY-LN7b2NNteSLeCLHW9vTDwhBw-y-AU8DBb/s72-c/Vajrasana.png" width="72"/><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total></item><item><title>Where the Mind is Without Fear | Rabindranath Tagore | Poem</title><link>https://aptitudeamplifier.blogspot.com/2018/05/where-the-mind-is-without-fear-rabindranath-tagore.html</link><category>CBSE</category><category>Compulsory English</category><category>EduMat</category><category>English</category><category>Graduation</category><category>IGNOU</category><category>Notes</category><category>Rabindranath Tagore</category><category>SAP</category><category>University of Calcutta</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Wed, 9 May 2018 12:20:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-2074158131716868274</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;script&gt;
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-97168323-1', 'auto');
  ga('send', 'pageview');

&lt;/script&gt;


&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;b&gt;&lt;u&gt;NOTE&lt;/u&gt;:&lt;/b&gt; &lt;span style="background: white;"&gt;&lt;i&gt;E&amp;amp;OE, means errors
and omissions excepted, in other words,
if there is any error in the following article, the same has to be corrected by
the user or the beneficiary accordingly, and errors may be expected.&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: justify;"&gt;
&lt;span style="background: white; font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;i&gt;This article contains works derived from
other reputed works of great people, huge
publication houses, web houses and notes that were made by me.These articles
are just to help people who need these articles desperately and urgently. Any
queries, complaints, and corrections will be enthusiastically entertained.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h4 style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 107%;"&gt;&lt;span style="color: windowtext; text-decoration-line: none;"&gt;Where the
Mind is Without Fear&lt;/span&gt; :&lt;/span&gt;&lt;span style="line-height: 107%;"&gt; Rabindranath Tagore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;Where the mind is without fear and the head is held high&lt;br /&gt;
Where knowledge is free&lt;br /&gt;
Where the world has not been broken up into fragments&lt;br /&gt;
By narrow domestic walls&lt;br /&gt;
Where words come out from the depth of truth&lt;br /&gt;
Where tireless striving stretches its arms towards perfection&lt;br /&gt;
Where the clear stream of reason has not lost its way&lt;br /&gt;
Into the dreary desert sand of dead habit&lt;br /&gt;
Where the mind is led forward by thee&lt;br /&gt;
Into ever-widening thought and action&lt;br /&gt;
Into that heaven of freedom, my Father, let my country awake.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 107%;"&gt;&lt;i&gt;Read more about the author
here,&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;span style="line-height: 107%;"&gt;&lt;i&gt;&lt;a href="http://tagoreweb.in/pages/RTagore.aspx"&gt;http://tagoreweb.in/pages/RTagore.aspx&lt;/a&gt;.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;i&gt;Articles related to this chapter:- &lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;span style="color: windowtext;"&gt;Where the
Mind is Without Fear&lt;/span&gt; |&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt; Rabindranath Tagore &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;| Summary&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;span style="color: windowtext; text-decoration-line: none;"&gt;Where the
Mind is Without Fear&lt;/span&gt; |&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt; Rabindranath Tagore &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;| Important Questions
&amp;amp; Answers&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;span style="color: windowtext; text-decoration-line: none;"&gt;Where the
Mind is Without Fear&lt;/span&gt; |&lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt; Rabindranath Tagore &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;| Story Analysis and
Review&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;i&gt;Know more about stuff related:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/06/qualitative-analysis-for-carboxylic-group.html"&gt;Qualitative analysis for the identification of the functional group in the organic sample.&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/06/qualitative-analysis-acetic-acid-carboxylic-group.html"&gt;Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid (Example 1).&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/05/to-find-molarity-and-strength-of-kmno4.html"&gt;To find the molarity and strength of the given KMnO4 solution using M/20 standard Mohr salt solution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="background: white; line-height: 107%;"&gt;Allpoetry.com. (2018).&amp;nbsp;&lt;/span&gt;&lt;i style="box-sizing: border-box;"&gt;Where The Mind Is Without Fear
by Rabindranath Tagore&lt;/i&gt;. [online] Available at:
&lt;a href="https://allpoetry.com/Where-The-Mind-Is-Without-Fear"&gt;https://allpoetry.com/Where-The-Mind-Is-Without-Fear&lt;/a&gt; [Accessed 9 May 2018].&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;University of Calcutta. University English Selections:
Three Year Degree Course, 2007&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;English Course Communicative:
Literature Reader Interact in English - Class 9&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;&lt;span style="line-height: 107%;"&gt;For latest syllabus, for class IX, check
out the CBSE’s official site &lt;/span&gt;&lt;span style="line-height: 107%;"&gt;&lt;a href="http://cbseacademic.in/"&gt;&lt;span style="color: windowtext; mso-no-proof: yes;"&gt;http://cbseacademic.in/&lt;/span&gt;&lt;/a&gt; for more info.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;i&gt;For latest syllabus, both
for compulsory and alternative papers for B.Sc. Part – I exam, check out the
CU’s official notice &lt;a href="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"&gt;http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf&lt;/a&gt; for more info. To refer to the old syllabus, click on
this link &lt;a href="http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf"&gt;http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf&lt;/a&gt; .&lt;o:p&gt;&lt;/o:p&gt;&lt;/i&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 107%;"&gt;&lt;i&gt;&lt;br /&gt;
**There are constant un-noticed changes within the university which needs your
attention at regular intervals for better results.&lt;/i&gt;&lt;/span&gt;&lt;span style="line-height: 107%;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="line-height: 107%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Out of Business&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Rabindranath Tagore&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Gitanjali&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Where the mind is without fear&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;R.K. Narayan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;My financial career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;The seven ages of man&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;William Shakespeare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;William Wordsworth&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Stephen Leacock&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Summary and Analysis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Calcutta University&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Part - I&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;B.Sc. B.A.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Honours and General&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;University of Calcutta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; line-height: 107%;"&gt;Class 9&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; line-height: 107%;"&gt;&lt;span style="font-size: x-small;"&gt;CBSE&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class="MsoNormal"&gt;
&lt;i style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="https://www.blogger.com/%E2%80%9Dhttps://www.aptitudeamplifier.blogspot.com%E2%80%9C"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt; ©2014-2018. All Rights Reserved.&lt;/span&gt;&lt;/div&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="2636143" type="application/pdf" url="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97168323-1', 'auto'); ga('send', 'pageview'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ Where the Mind is Without Fear : Rabindranath Tagore Where the mind is without fear and the head is held high Where knowledge is free Where the world has not been broken up into fragments By narrow domestic walls Where words come out from the depth of truth Where tireless striving stretches its arms towards perfection Where the clear stream of reason has not lost its way Into the dreary desert sand of dead habit Where the mind is led forward by thee Into ever-widening thought and action Into that heaven of freedom, my Father, let my country awake. ___________________________________________________________________ Read more about the author here,&amp;nbsp;http://tagoreweb.in/pages/RTagore.aspx. Articles related to this chapter:- Where the Mind is Without Fear | Rabindranath Tagore | Summary Where the Mind is Without Fear | Rabindranath Tagore | Important Questions &amp;amp; Answers Where the Mind is Without Fear | Rabindranath Tagore | Story Analysis and Review Know more about stuff related:- Qualitative analysis for the identification of the functional group in the organic sample. Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid (Example 1). To find the molarity and strength of the given KMnO4 solution using M/20 standard Mohr salt solution Reference:- Allpoetry.com. (2018).&amp;nbsp;Where The Mind Is Without Fear by Rabindranath Tagore. [online] Available at: https://allpoetry.com/Where-The-Mind-Is-Without-Fear [Accessed 9 May 2018]. University of Calcutta. University English Selections: Three Year Degree Course, 2007 English Course Communicative: Literature Reader Interact in English - Class 9 For latest syllabus, for class IX, check out the CBSE’s official site http://cbseacademic.in/ for more info. For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business Rabindranath Tagore Gitanjali Where the mind is without fear R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summary and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta Class 9 CBSE ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:subtitle><itunes:author>noreply@blogger.com (Tanmay Pramanick)</itunes:author><itunes:summary>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97168323-1', 'auto'); ga('send', 'pageview'); disableSelection(document.body) //disable text selection on entire body of page NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ Where the Mind is Without Fear : Rabindranath Tagore Where the mind is without fear and the head is held high Where knowledge is free Where the world has not been broken up into fragments By narrow domestic walls Where words come out from the depth of truth Where tireless striving stretches its arms towards perfection Where the clear stream of reason has not lost its way Into the dreary desert sand of dead habit Where the mind is led forward by thee Into ever-widening thought and action Into that heaven of freedom, my Father, let my country awake. ___________________________________________________________________ Read more about the author here,&amp;nbsp;http://tagoreweb.in/pages/RTagore.aspx. Articles related to this chapter:- Where the Mind is Without Fear | Rabindranath Tagore | Summary Where the Mind is Without Fear | Rabindranath Tagore | Important Questions &amp;amp; Answers Where the Mind is Without Fear | Rabindranath Tagore | Story Analysis and Review Know more about stuff related:- Qualitative analysis for the identification of the functional group in the organic sample. Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid (Example 1). To find the molarity and strength of the given KMnO4 solution using M/20 standard Mohr salt solution Reference:- Allpoetry.com. (2018).&amp;nbsp;Where The Mind Is Without Fear by Rabindranath Tagore. [online] Available at: https://allpoetry.com/Where-The-Mind-Is-Without-Fear [Accessed 9 May 2018]. University of Calcutta. University English Selections: Three Year Degree Course, 2007 English Course Communicative: Literature Reader Interact in English - Class 9 For latest syllabus, for class IX, check out the CBSE’s official site http://cbseacademic.in/ for more info. For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business Rabindranath Tagore Gitanjali Where the mind is without fear R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summary and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta Class 9 CBSE ___________________________________________________________________ Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:summary><itunes:keywords>CBSE, Compulsory English, EduMat, English, Graduation, IGNOU, Notes, Rabindranath Tagore, SAP, University of Calcutta</itunes:keywords></item><item><title>The Seven Ages of Man | William Shakespeare | Poem</title><link>https://aptitudeamplifier.blogspot.com/2018/05/the-seven-ages-of-man-william-shakespeare.html</link><category>Compulsory English</category><category>EduMat</category><category>English</category><category>Graduation</category><category>IGNOU</category><category>Notes</category><category>SAP</category><category>University of Calcutta</category><category>William Shakespeare</category><author>noreply@blogger.com (Tanmay Pramanick)</author><pubDate>Mon, 7 May 2018 22:30:00 +0530</pubDate><guid isPermaLink="false">tag:blogger.com,1999:blog-1849318885804408050.post-3389119974448649219</guid><description>&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;b&gt;&lt;u&gt;NOTE&lt;/u&gt;:&lt;/b&gt; &lt;/span&gt;&lt;span style="background: white; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;E&amp;amp;OE, means errors and omissions excepted, in
other &lt;span style="mso-no-proof: yes;"&gt;words,&lt;/span&gt; if there is any error in the
following article, the same has to be corrected by the user or the beneficiary
accordingly, and errors may be expected.&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="background: white; font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;This
article contains works derived from other &lt;/i&gt;&lt;span style="mso-no-proof: yes;"&gt;&lt;i&gt;reputed
works of great people, huge publication houses, web houses and notes that were
made by me.These articles are just to help people who need these articles
desperately and urgently. Any queries, complaints, and corrections will be
enthusiastically entertained.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;h4 style="text-align: left;"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The Seven Ages of Man: William
Shakespeare&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-IN;"&gt;&lt;div style="text-align: center;"&gt;
(from As You Like It, II, vii)&lt;/div&gt;
&lt;/span&gt;&lt;/h4&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="background: white;"&gt;All
the world's a stage,&lt;/span&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif;"&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;And all the men and women merely players;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;They have their exits and their entrances,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;And one man in his time plays many parts,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;His acts being seven ages. At first, the infant,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Mewling and puking in the nurse's arms.&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Then the whining schoolboy, with his satchel&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;And shining morning face, creeping like snail&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Unwillingly to school. And then the lover,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Sighing like furnace, with a woeful ballad&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Made to his mistress' eyebrow. Then a soldier,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Full of strange oaths and bearded like the pard,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Jealous in honor, sudden and quick in quarrel,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Seeking the bubble reputation&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Even in the cannon's mouth. And then the justice,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;In fair round belly with good capon lined,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;With eyes severe and beard of formal cut,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Full of wise saws and modern instances;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;And so he plays his part. The sixth age shifts&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Into the lean and slippered pantaloon,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;With spectacles on nose and pouch on side;&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;His youthful hose, well saved, a world too wide&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;For his shrunk shank, and his big manly voice,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Turning again toward childish treble, pipes&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;And whistles in his sound. Last scene of all,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;That ends this strange eventful history,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Is second childishness and mere oblivion,&lt;/span&gt;&lt;br /&gt;
&lt;span style="background: white;"&gt;Sans teeth, sans eyes, sans taste, sans
everything.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;/span&gt;&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; mso-bidi-font-style: italic;"&gt;&lt;i&gt;Read more about the author here,&amp;nbsp;&lt;/i&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.biography.com/people/william-shakespeare-9480323"&gt;https://www.biography.com/people/william-shakespeare-9480323&lt;/a&gt;&lt;/i&gt;&lt;span style="mso-bidi-font-style: italic;"&gt;&lt;i&gt;.&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;Articles
related to this chapter:- &lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The Seven Ages of Man | William
Shakespeare &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;| Summary&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The Seven Ages of Man | William
Shakespeare &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;| Important
Questions &amp;amp; Answers&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;The Seven Ages of Man | William
Shakespeare &lt;/span&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;| Story
Analysis and Review&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; mso-no-proof: yes;"&gt;&lt;i&gt;Know more about stuff related:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;ul style="text-align: justify;"&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/my-financial-career-stephen-leacock.html"&gt;My Financial Career | Stephen Leacock | Short Story&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/03/out-of-business-rk-narayan-short-story.html"&gt;Out of Business | R.K. Narayan | Short Story&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2018/05/spoken-english-and-broken-english-george-bernard-shaw.html"&gt;Spoken English and Broken English | George Bernard Shaw | Essay | Graduation&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/09/qualitative-analysis-identification-phenol-sample.html"&gt;Qualitative analysis for the identification of the functional group in the organic sample.&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/06/qualitative-analysis-acetic-acid-carboxylic-group.html"&gt;Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid(Example 1).&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;a href="http://aptitudeamplifier.blogspot.com/2017/05/to-find-molarity-and-strength-of-kmno4.html"&gt;To find the molarity and strength of the given KMnO4 solution using M/20 standard Mohr salt solution&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; mso-no-proof: yes;"&gt;&lt;i&gt;Reference:-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;br /&gt;
&lt;ul style="text-align: left;"&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="background: white;"&gt;“Stories
and poems.”&amp;nbsp;&lt;/span&gt;LearnEnglish - British Council&lt;span style="background: white;"&gt;,
&lt;a href="http://learnenglish.britishcouncil.org/en/stories-poems/seven-ages-man"&gt;learnenglish.britishcouncil.org/en/stories-poems/seven-ages-man&lt;/a&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;University of
Calcutta. University English Selections: Three Year Degree Course, 2007&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;English
Course Communicative: Literature Reader Interact in English - Class 9&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;i style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; mso-no-proof: yes;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/i&gt;
&lt;i style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; mso-no-proof: yes;"&gt;For latest syllabus, for class IX, check out the CBSE’s official site &lt;/span&gt;&lt;a href="http://cbseacademic.in/"&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; mso-no-proof: yes;"&gt;http://cbseacademic.in/&lt;/span&gt;&lt;/a&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; mso-no-proof: yes;"&gt; for more info.&lt;/span&gt;&lt;/i&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;F&lt;span style="mso-no-proof: yes;"&gt;or latest syllabus, both for compulsory and
alternative papers for B.Sc. Part – I exam, check out the CU’s official notice &lt;/span&gt;&lt;a href="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"&gt;http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf&lt;/a&gt;&lt;/i&gt;&lt;span style="mso-no-proof: yes;"&gt;&lt;i&gt; for more info. To refer to the old syllabus, click on
this link &lt;a href="http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf"&gt;http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf&lt;/a&gt; .&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif; mso-bidi-font-style: italic;"&gt;&lt;br /&gt;&lt;i&gt;
**There are constant un-noticed changes within the university which needs your
attention at regular intervals for better results.&lt;/i&gt;&lt;/span&gt;&lt;span style="font-family: &amp;quot;Arial&amp;quot;,sans-serif;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;&lt;i&gt;Related Questions-&lt;/i&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Out of Business&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;R.K. Narayan&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;My financial career&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;The seven ages
of man&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;William
Shakespeare&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small;"&gt;William
Wordsworth&lt;span style="mso-no-proof: yes;"&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Stephen Leacock&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Summary and Analysis&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Calcutta University&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Part - I&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;B.Sc. B.A.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Honours and General&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;University of Calcutta&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; font-size: x-small; mso-no-proof: yes;"&gt;Class 9&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif; mso-no-proof: yes;"&gt;&lt;span style="font-size: x-small;"&gt;CBSE&lt;/span&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="MsoNormal"&gt;
&lt;div style="text-align: center;"&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;span style="mso-no-proof: yes;"&gt;___________________________________________________________________&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div dir="ltr" style="text-align: left;" trbidi="on"&gt;
&lt;script&gt;
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-97168323-1', 'auto');
  ga('send', 'pageview');

&lt;/script&gt;


&lt;script type="text/javascript"&gt;
disableSelection(document.body) //disable text selection on entire body of page
&lt;/script&gt;

&lt;br /&gt;
&lt;span style="font-family: Arial, Helvetica, sans-serif;"&gt;&lt;i&gt;&lt;a href="https://www.aptitudeamplifier.blogspot.com/"&gt;Aptitude Amplifier&lt;/a&gt;&lt;/i&gt; ©2014-2018. All Rights Reserved. &lt;/span&gt;&lt;br /&gt;
&lt;script async="" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({
          google_ad_client: "ca-pub-1533353550905750",
          enable_page_level_ads: true
     });
&lt;/script&gt;

&lt;amp-auto-ads data-ad-client="ca-pub-1533353550905750" type="adsense"&gt;&lt;/amp-auto-ads&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class="blogger-post-footer"&gt;&lt;script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"&gt;&lt;/script&gt;
&lt;ins class="adsbygoogle"
     style="display:block"
     data-ad-format="fluid"
     data-ad-layout-key="-e7-1s+4j-e-4e"
     data-ad-client="ca-pub-1533353550905750"
     data-ad-slot="6937826172"&gt;&lt;/ins&gt;
&lt;script&gt;
     (adsbygoogle = window.adsbygoogle || []).push({});
&lt;/script&gt;&lt;/div&gt;</description><thr:total xmlns:thr="http://purl.org/syndication/thread/1.0">0</thr:total><enclosure length="2636143" type="application/pdf" url="http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf"/><itunes:explicit>no</itunes:explicit><itunes:subtitle>NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ The Seven Ages of Man: William Shakespeare (from As You Like It, II, vii) All the world's a stage, And all the men and women merely players; They have their exits and their entrances, And one man in his time plays many parts, His acts being seven ages. At first, the infant, Mewling and puking in the nurse's arms. Then the whining schoolboy, with his satchel And shining morning face, creeping like snail Unwillingly to school. And then the lover, Sighing like furnace, with a woeful ballad Made to his mistress' eyebrow. Then a soldier, Full of strange oaths and bearded like the pard, Jealous in honor, sudden and quick in quarrel, Seeking the bubble reputation Even in the cannon's mouth. And then the justice, In fair round belly with good capon lined, With eyes severe and beard of formal cut, Full of wise saws and modern instances; And so he plays his part. The sixth age shifts Into the lean and slippered pantaloon, With spectacles on nose and pouch on side; His youthful hose, well saved, a world too wide For his shrunk shank, and his big manly voice, Turning again toward childish treble, pipes And whistles in his sound. Last scene of all, That ends this strange eventful history, Is second childishness and mere oblivion, Sans teeth, sans eyes, sans taste, sans everything. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.biography.com/people/william-shakespeare-9480323. Articles related to this chapter:- The Seven Ages of Man | William Shakespeare | Summary The Seven Ages of Man | William Shakespeare | Important Questions &amp;amp; Answers The Seven Ages of Man | William Shakespeare | Story Analysis and Review Know more about stuff related:- My Financial Career | Stephen Leacock | Short Story Out of Business | R.K. Narayan | Short Story Spoken English and Broken English | George Bernard Shaw | Essay | Graduation Qualitative analysis for the identification of the functional group in the organic sample. Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid(Example 1). To find the molarity and strength of the given KMnO4 solution using M/20 standard Mohr salt solution Reference:- “Stories and poems.”&amp;nbsp;LearnEnglish - British Council, learnenglish.britishcouncil.org/en/stories-poems/seven-ages-man. University of Calcutta. University English Selections: Three Year Degree Course, 2007 English Course Communicative: Literature Reader Interact in English - Class 9 For latest syllabus, for class IX, check out the CBSE’s official site http://cbseacademic.in/ for more info. For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summary and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta Class 9 CBSE ___________________________________________________________________ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97168323-1', 'auto'); ga('send', 'pageview'); disableSelection(document.body) //disable text selection on entire body of page Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:subtitle><itunes:author>noreply@blogger.com (Tanmay Pramanick)</itunes:author><itunes:summary>NOTE: E&amp;amp;OE, means errors and omissions excepted, in other words, if there is any error in the following article, the same has to be corrected by the user or the beneficiary accordingly, and errors may be expected. This article contains works derived from other reputed works of great people, huge publication houses, web houses and notes that were made by me.These articles are just to help people who need these articles desperately and urgently. Any queries, complaints, and corrections will be enthusiastically entertained. ___________________________________________________________________ The Seven Ages of Man: William Shakespeare (from As You Like It, II, vii) All the world's a stage, And all the men and women merely players; They have their exits and their entrances, And one man in his time plays many parts, His acts being seven ages. At first, the infant, Mewling and puking in the nurse's arms. Then the whining schoolboy, with his satchel And shining morning face, creeping like snail Unwillingly to school. And then the lover, Sighing like furnace, with a woeful ballad Made to his mistress' eyebrow. Then a soldier, Full of strange oaths and bearded like the pard, Jealous in honor, sudden and quick in quarrel, Seeking the bubble reputation Even in the cannon's mouth. And then the justice, In fair round belly with good capon lined, With eyes severe and beard of formal cut, Full of wise saws and modern instances; And so he plays his part. The sixth age shifts Into the lean and slippered pantaloon, With spectacles on nose and pouch on side; His youthful hose, well saved, a world too wide For his shrunk shank, and his big manly voice, Turning again toward childish treble, pipes And whistles in his sound. Last scene of all, That ends this strange eventful history, Is second childishness and mere oblivion, Sans teeth, sans eyes, sans taste, sans everything. ___________________________________________________________________ Read more about the author here,&amp;nbsp;https://www.biography.com/people/william-shakespeare-9480323. Articles related to this chapter:- The Seven Ages of Man | William Shakespeare | Summary The Seven Ages of Man | William Shakespeare | Important Questions &amp;amp; Answers The Seven Ages of Man | William Shakespeare | Story Analysis and Review Know more about stuff related:- My Financial Career | Stephen Leacock | Short Story Out of Business | R.K. Narayan | Short Story Spoken English and Broken English | George Bernard Shaw | Essay | Graduation Qualitative analysis for the identification of the functional group in the organic sample. Qualitative analysis for the identification of the functional group in the organic sample Acetic Acid(Example 1). To find the molarity and strength of the given KMnO4 solution using M/20 standard Mohr salt solution Reference:- “Stories and poems.”&amp;nbsp;LearnEnglish - British Council, learnenglish.britishcouncil.org/en/stories-poems/seven-ages-man. University of Calcutta. University English Selections: Three Year Degree Course, 2007 English Course Communicative: Literature Reader Interact in English - Class 9 For latest syllabus, for class IX, check out the CBSE’s official site http://cbseacademic.in/ for more info. For latest syllabus, both for compulsory and alternative papers for B.Sc. Part – I exam, check out the CU’s official notice http://www.caluniv.ac.in/news/Revised-Syllabus-Eng-HGCCA.pdf for more info. To refer to the old syllabus, click on this link http://www.caluniv.ac.in/syllabus/eng-alternative-compulsury.pdf . **There are constant un-noticed changes within the university which needs your attention at regular intervals for better results. ___________________________________________________________________ Related Questions- Out of Business R.K. Narayan My financial career The seven ages of man William Shakespeare William Wordsworth Stephen Leacock Summary and Analysis Calcutta University Part - I B.Sc. B.A. Honours and General University of Calcutta Class 9 CBSE ___________________________________________________________________ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-97168323-1', 'auto'); ga('send', 'pageview'); disableSelection(document.body) //disable text selection on entire body of page Aptitude Amplifier ©2014-2018. All Rights Reserved. (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-1533353550905750", enable_page_level_ads: true }); (adsbygoogle = window.adsbygoogle || []).push({});</itunes:summary><itunes:keywords>Compulsory English, EduMat, English, Graduation, IGNOU, Notes, SAP, University of Calcutta, William Shakespeare</itunes:keywords></item></channel></rss>