<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title> by Ramlah Mailok</title>
      <link>https://padlet.com/ramlahmailok/MTS3023_B_Array</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2015-09-14 06:23:16 UTC</pubDate>
      <lastBuildDate>2015-09-21 03:19:26 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>sejenis tatasusunan yang digunakan untuk menyimpan lebih dari 1 data pada masa yang sama</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69933460</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 06:25:02 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69933460</guid>
      </item>
      <item>
         <title>use for variable data that has the same data type</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69933482</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 06:25:14 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69933482</guid>
      </item>
      <item>
         <title>kumpulan nilai-nilai data yang berjenis sama dalam ungkapan tertentu.</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69933509</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 06:25:31 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69933509</guid>
      </item>
      <item>
         <title>Array- ramlah Mailok</title>
         <author>ramlahmailok</author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69934468</link>
         <description><![CDATA[<p>Declaration </p><p>float Array[5];</p><p>for(int i = 0; i&lt; 5; i++;){</p><p>    cin&gt;&gt;Array[i];</p><p>}</p><p>for(int i = 0; i&lt; 5; i++;){</p><p>    Array[i]=2*i+1;</p><p>}</p><p>Array[5] = {1, 3, 5, 7, 9};</p><p>#include&lt;iostream.h&gt;</p><p>void cetak(float[][]);</p><p>float KiraGred(float, int); </p><p>int main(){</p><br><p> float total[5] = 0.0;</p><p>float  Pel[5][3];</p><p>for(int i =0; i &lt; 5; i++)</p><p>    for(int j = 0;j &lt; 3; j++){</p><p>        cin&gt;&gt;Pel[i][j];</p><p>       total[i] += Pel[i][j];</p><p>         }</p><p>     char gred = KiraGred(total[i], 3);</p><p>      cetak(Pel);</p><p>}</p><p> char KiraGred(float T, int num){</p><p>        float average = T/num;</p><p>      if (average &gt;= 80) &amp;&amp; (averge &lt;= 100) </p><p>          return 'A';</p><p>     else if (average &gt;= 60) &amp;&amp; (averge &lt;= 79) </p><p>                   return 'B';</p><p>             else</p><p>                  return 'C';</p><p>  } </p><p>void cetak(float P [][]){</p><p>for(int i =0; i &lt; 5; i++)</p><p>    for(int j = 0;j &lt; 3; j++){</p><p>       cout&lt;&lt; P[i][j];</p><p>    }</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 06:34:47 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69934468</guid>
      </item>
      <item>
         <title>is a variable thats holds a memory address</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69939135</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 07:16:02 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69939135</guid>
      </item>
      <item>
         <title>not specify an implicit initialization for object</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69939418</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 07:18:11 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69939418</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69940177</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-14 07:23:47 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/69940177</guid>
      </item>
      <item>
         <title>NABILAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/71159403</link>
         <description><![CDATA[<p>#include&lt;string&gt;
</p><p>Struct rekodpelajar
</p><p>{
</p><p>&nbsp; String nama;
</p><p>&nbsp; String id;
</p><p>&nbsp; Int markah;
</p><p>&nbsp; float purata;
</p><p>};
</p><p>Int main()
</p><p>{&nbsp; rekodpelajar
pelajar 1;
</p><p>&nbsp; Cout&lt;&lt;’’masukkan
ID pel:’’;
</p><p>&nbsp; Cin&gt;&gt;pelajar1.ID;
</p><p>&nbsp; Cout&lt;&lt;masukkan
markah pel:’’;</p>Cin&gt;&gt;pelajar1.markahBI&gt;&gt;pelajar.markahMAT&gt;&gt;pelajar.markahBM;

<p>&nbsp; &nbsp; Pelajar1.purata=(pelajar1.MBI+pelajar1.MAT+Pelajar1.BM);</p>Cout&lt;&lt;’’masukkan
purata pel:’’;
<p>&nbsp; Cin&gt;&gt;pelajar1.purata;</p>

<p>Return 0;
</p><p>}</p>

<p>&nbsp; </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 03:11:02 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/MTS3023_B_Array/wish/71159403</guid>
      </item>
   </channel>
</rss>
