<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;" dir="ltr">
<p>i need help to get out the body of a while statement. </p>
<p><br>
</p>
<p>While( a > 3) { </p>
<p><br>
</p>
<p>cout << "hello" <<endl;   << --  I wan to copy out this line and store into a variable.</p>
<p>}</p>
<p><br>
</p>
<p>This is a example , i want to take out whats inside of the while statement, and if its possible store it into a variable so i can print the result out somewhere. </p>
<p><br>
</p>
<p>Much appreciated </p>
<p>John Tan. </p>
</div>
</body>
</html>