<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Function Discussion by Julie Yew</title>
      <link>https://padlet.com/hanjojo09/T67_function</link>
      <description>T67 group - Sharing on Function extra question</description>
      <language>en-us</language>
      <pubDate>2017-07-23 23:47:28 UTC</pubDate>
      <lastBuildDate>2026-02-21 03:14:58 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Bagshop.png</url>
      </image>
      <item>
         <title>Program on Functions</title>
         <author>hanjojo09</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179275615</link>
         <description><![CDATA[<div><em>Write a program that asks user to enter an item's wholesale cost and its markup percentage........etc...etc<br>[Full question was given during lecture, so if you don't hv it please get from your friends....].</em><br><br>Please double click anywhere here and post your solutions. if your solution works, please say it works...if there are errors, please say that there are errors. I will comment on it. </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-24 01:49:10 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179275615</guid>
      </item>
      <item>
         <title>It works</title>
         <author>1161202420</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179311638</link>
         <description><![CDATA[<div>#include &lt;iostream&gt;
<br>using namespace std;
<br>float calculateRetail(float,float);
<br>int main ()
<br>{
<br> float percent, item,retail;
<br>  
<br> cout&lt;&lt;"Enter an item's wholesale cost : ";
<br> cin&gt;&gt;item;
<br> 
<br> cout&lt;&lt;"Enter an item's markup percentage : ";
<br> cin&gt;&gt;percent;
<br> 
<br> retail= calculateRetail(item,percent);
<br> 
<br> cout&lt;&lt;"The item's retail price is "&lt;&lt;retail;
<br>}
<br>float calculateRetail(float item,float percent)
<br>{
<br>	float retail;
<br>	retail= item*(percent/100)+item;
<br>	return retail;
<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-07-24 11:56:37 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179311638</guid>
      </item>
      <item>
         <title>Is this what Madam want ?</title>
         <author>zzyangzzy</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179414214</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/153271686/7b9dcc1dc8bea0fedb63a1fbe7366e4b/calculateretail.cpp" />
         <pubDate>2017-07-25 14:51:59 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179414214</guid>
      </item>
      <item>
         <title>It works</title>
         <author>1161203031</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179491799</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/212218907/49d3223d1d488554618300ac76c8db57/retail.cpp" />
         <pubDate>2017-07-26 11:32:16 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179491799</guid>
      </item>
      <item>
         <title>It works</title>
         <author>1161203170</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179493134</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/153272273/e75d3f23109fdcf6233ea9694d6f12b8/exercise_retail_price.cpp" />
         <pubDate>2017-07-26 12:09:16 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179493134</guid>
      </item>
      <item>
         <title>Aflah Nashuha</title>
         <author>aflahnashuha</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179673620</link>
         <description><![CDATA[<div>No error</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/155859157/85eb46598af4e60a9e7ce719577cbe39/exercise_retail.cpp" />
         <pubDate>2017-07-29 05:17:15 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179673620</guid>
      </item>
      <item>
         <title>Nuraimi Syazni</title>
         <author>nuraimifauzi</author>
         <link>https://padlet.com/hanjojo09/T67_function/wish/179698563</link>
         <description><![CDATA[<div>My solution works</div>]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/112917859/1016d74a978ef573669801ce3113c19b/Exercise_CalcRetail.cpp" />
         <pubDate>2017-07-30 07:03:33 UTC</pubDate>
         <guid>https://padlet.com/hanjojo09/T67_function/wish/179698563</guid>
      </item>
   </channel>
</rss>
