
{"id":274,"date":"2010-01-12T19:14:23","date_gmt":"2010-01-12T13:44:23","guid":{"rendered":"http:\/\/froisa.com\/?p=274"},"modified":"2010-01-12T19:14:23","modified_gmt":"2010-01-12T13:44:23","slug":"average-finder","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2010\/01\/12\/average-finder\/","title":{"rendered":"average finder"},"content":{"rendered":"<pre class=\"brush:c\">\n#include &lt;stdio.h&gt;\nmain()\n{\nfloat real,user,sys,addition,entry,average;\nfloat entries;\nint i;\naddition=0;\n  printf(\"\\n Entries\\n\");\n  scanf(\"%f\",&amp;entries);\n  for (i=0;i&lt;entries;i++)\n{\n  printf(&quot;\\n Entry\\n&quot;);\n  scanf(&quot;%f&quot;,&amp;entry);\n  addition=addition+entry;\n}\n  average=addition\/entries;\n  printf (&quot;\\nAverage Equals %f&quot;,average);\n}\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>#include &lt;stdio.h&gt; main() { float real,user,sys,addition,entry,average; float entries; int i; addition=0; printf(&#8220;\\n Entries\\n&#8221;); scanf(&#8220;%f&#8221;,&amp;entries); for (i=0;i&lt;entries;i++) { printf(&quot;\\n Entry\\n&quot;); scanf(&quot;%f&quot;,&amp;entry); addition=addition+entry; } average=addition\/entries; printf (&quot;\\nAverage Equals %f&quot;,average); }<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[441],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/274"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=274"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/274\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=274"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=274"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=274"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}