<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Group B - Soalan(a) by Ramlah Mailok</title>
      <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2015-09-21 04:09:59 UTC</pubDate>
      <lastBuildDate>2025-11-02 09:12:13 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Ramlah Mailok</title>
         <author>ramlahmailok</author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71163433</link>
         <description><![CDATA[<p>void kiraisipadu(char, float, float);</p><p>   static int PI = 22/7;</p><p>int main(){</p><p>  float radius = 8, height = 15;</p><p> float Vsphere =  kiraisipadu('s'; radius, height); float Vcone =  kiraisipadu('c'; radius, height);</p><p> cout&lt;&lt; "The volume of Sphere : "&lt;&lt;  Vsphere;&nbsp;</p><p> cout&lt;&lt; "The volume of Cone : "&lt;&lt;  Vcone; </p><p>cout&lt;&lt; "The volume  : "&lt;&lt;  Vsphere+ Vcone; </p><p> return 0;<br> }</p><p>float kiraisipadu(char shape, float r, float h){</p><p>if (shape == 's')</p><p>     return  4/3*PI*r*r*r;</p><p>  else </p><p>    return  PI * r*r * h/3;</p>}]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:11:29 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71163433</guid>
      </item>
      <item>
         <title>Firdaus Zulkapli</title>
         <author>e010294</author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164188</link>
         <description><![CDATA[<p>#include&lt;iostream&gt;
using namespace std;

float kiraIsipadu();

int r = 8,h = 15;
float sphere,cone,totalIsipadu;
const int Pi=3.147;

int main()
{

totalIsipadu=kiraIsipadu();

cout&lt;&lt;totalIsipadu;

return 0;
}

float kiraIsipadu()</p><p>{

sphere=(4/3)*Pi*(r*r*r);
cone=Pi*(r*r*r)*(/3);

totalIsipadu=sphere+cone;

return sphere+cone;</p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:25:39 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164188</guid>
      </item>
      <item>
         <title>safar</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164303</link>
         <description><![CDATA[<p>#include&lt;iostream&gt;<br>using namespace std;<br><br>volume of solid;<br>int main()<br>{<br>float r=8.h=15.pi=22/7;<br>float Vsphere=(4/3*pi*r*r*r)/2;</p><p>float Vcone=(pi*r*r*h)/3;</p><p>cout&lt;&lt;"volume of sphere:"&lt;&lt;Vsphere;</p><p>cout&lt;&lt;"volume of cone:"&lt;&lt;Vcone;</p><p>cout&lt;&lt;"the volume of solid:"&lt;&lt;Vsphere+Vcone;<br></p><p>return 0</p><p>}	</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:27:48 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164303</guid>
      </item>
      <item>
         <title>mohamad ashraf</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164410</link>
         <description><![CDATA[<p>#include&lt;iostream.h&gt;<br><br>using namespace std;</p><p>float kiraisipadu();<br>const int Pi=3.147;
<br>int main()<br>{<br>totalisipadu=kiraisipadu();</p><p>cout&lt;&lt;"totalisipadu:"&lt;&lt;totalisipadu:</p><p>return 0;</p><p>}<br></p><p>float kiraisipadu()</p><p>Vsphere = ((4/3)*3.142*8*8*8);<br><br>Vcone = 3.142* 8*8 * 15/3;<br><br>return Vsphere +Vcone<br><br>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:30:35 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164410</guid>
      </item>
      <item>
         <title>Azmi</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164492</link>
         <description><![CDATA[<p>  #include &lt;iostream&gt;

  using namespace std;
  
  float kiraIsipadu(float, float);
  
  int main (){
  
  float radius = 8, height = 15;
  
  static int PI = 22/7;
  
  float Ysphere, Ycone
  </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:32:28 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164492</guid>
      </item>
      <item>
         <title>HAZIRAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164503</link>
         <description><![CDATA[<p>#include &lt;iostream.h&gt;

using namespace std ;

int main () {

int r,h,v;
float sphere,cone, volume;
constant int PI = 22/7

int main ()
{
total = volume;
cout &lt;&lt; "volume":

}

float volume ()
{ 
sphere = (4/3 )*PI *r*r*r;
cone =(PI *r*r*h)/3

total = sphere + cone;
return sphere + cone ;</p><p>cout &lt;&lt; " sphere+cone = " ;&lt;&lt; volume; 

}
</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:32:44 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71164503</guid>
      </item>
      <item>
         <title>AZRI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165018</link>
         <description><![CDATA[<p># include &lt;iostream.h&gt;

float isipadu();

int main()
{

float volume = isipadu();
}

float isipadu()
{

float vcone = 3.142*(8*8)*(15/3);
float vsphere = (4/3)*3.142*(8*8*8);
total = vcone + vsphere;</p><p>return total;
}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:37:47 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165018</guid>
      </item>
      <item>
         <title>Nurul Fatin</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165150</link>
         <description><![CDATA[<p>#include &lt;iostream.h&gt;
using namespace std;

float volume (float, float);

int PI = 22/7;

int main(){
int radius = 8;
int height = 15;

float totalvolume = volume(radius, height);

cout&gt;&gt; totalvolume;

return 0;
}</p><p>float volume (float r, float h){</p><p>VSphere = 4/3 * PI * r * r * r;
VCone = PI * r * r * h/3;<br></p><p>return VSphere+VCone ; }

</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:39:51 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165150</guid>
      </item>
      <item>
         <title>azman</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165172</link>
         <description><![CDATA[<p>#include&lt;iostream.h&gt;
using namespace std;
</p><p>float sphere
float cone;
int PI = 22/7;
</p><p>
int main ()
{
float jejari = 8, tinggi = 15;</p><p>float jumlahisipadu = isipadu( jejari, tinggi);</p><p>cout &gt;&gt; jumlahisipadu;</p><p>return jumlah;</p><p>vsphere = (4/3 * 22/7 * 8 * 8 * 8);
vcone =(22/7 * 8 * 8 * 15/3);

jumlah isipadu = vsphere + vcone;
</p><p>return vsphere + vcone;
}

</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:40:21 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165172</guid>
      </item>
      <item>
         <title>siti norhidayah</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165174</link>
         <description><![CDATA[<p>#include &lt;iostream.h&gt;<br><br>void main()<br>{<br>float radius =8;<br>float height= 15;<br>float isipaduCone;<br>float isipaduSphere;<br>float pi=3.142;<br>float isipaduConeSphere;<br><br>isipaduCone = pi*(radius*radius)*height/3;<br>isipaduSphere = 4/3*pi*(radius*radius*radius);<br><br>isipaduConeSphere= isipaduCone+isipaduSphere;<br><br>cout&lt;&lt; "Cone dan Sphere : "; <br>   &lt;&lt; isipaduConeSphere;<br>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:40:25 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165174</guid>
      </item>
      <item>
         <title>alif ghani</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165182</link>
         <description><![CDATA[<p>#include&lt;iostream.h&gt;

using namespace std;
float kiraisipadu;

Vsphere = ((4/3)*3.142*8*8*8);
Vcone = 3.142* 8*8 * 15/3;
int main()

{

jumlahisipadu=kiraisipadu();

cout&lt;&lt;jumlahisipadu;
return 0;
}

float kiraisipadu()

{

Vsphere = ((4/3)*3.142*8*8*8);
Vcone = 3.142* 8*8 * 15/3;

jumlahisipadu= (((4/3)*3.142*8*8*8) + (3.142* 8*8 * 15/3));

return vshpere+<span style="font-size: 13px;">vcone;</span></p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:40:31 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165182</guid>
      </item>
      <item>
         <title>siti norsahirah</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165202</link>
         <description><![CDATA[<p>#include &lt;iostream.h&gt;

void main()
{
 float radius=8;
 float height=16;
 float pi=3.142;
 float isipaduCone;
 float isipaduSphere;
 float both;
 
 
 isipaduCone=pi*radius*radius*height/3
 
 isipaduSphere=4/3*pi*radius*radius*radius
 
 both=isipaduCone+isipadusSphere
 cout&lt;&lt;"masukkan isipaducone:";&lt;&lt;isipadusCone;
 
 cout&lt;&lt;"masukkan isipadusphere;";&lt;&lt;isipaduSphere
 

 cout&lt;&lt;*isipadu pepejal ialah:"
      &lt;&lt;both;
 }
</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:40:57 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165202</guid>
      </item>
      <item>
         <title>Mohamad Nazmi - D069331</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165265</link>
         <description><![CDATA[<p># include &lt;iostream&gt;<br># include &lt;cmath&gt; </p><p>using namespace std;<br><br>void kiraIsipadu(double); <br>int main ()<br>{<br> <br>cout&lt;&lt;"Volume of Sphere and sphere :"&lt;&lt;kiraisipadu(22/7, 8, 15);<br><br>}<br><br>float kiraIsipadu(doublePI, double radius, double height)<br>{<br>   vsphere=4/3*PI*radius*radius*radius;<br>   vcone=PI*radius*radius*height/3;<br></p><p>return vsphere + vcone;<br>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:42:31 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165265</guid>
      </item>
      <item>
         <title>NABILAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165437</link>
         <description><![CDATA[<p>#include&lt;iostream.h&gt;
</p><p>Using namespace std
</p><p>void kiraisipadu()
</p><p>{
</p><p>float Sphere=(4/3)*22/7*8*8*8;
</p><p>float Cone=22/7*8*8*15/3;
</p>float total = Sphere+ Cone;<br>cout&lt;&lt;"Volume"&lt;&lt; total;<br><br><p>}</p><p>void kiraisipadu2(){</p><p> float r, h, Pi = 22/7;</p><p>cout&lt;&lt; "height";</p><p>cin&lt;&lt;h;</p><p><p>cout&lt;&lt; "radius";</p><p>cin&lt;&lt;r;</p><p><p>float Sphere=(4/3)*Pi*r*r*r;
</p><p>float Cone=22/7*r*r*h/3;
</p>float total = Sphere+ Cone;</p><p>cout&lt;&lt;"Volume"&lt;&lt; total;<br></p><br></p><p>}</p><p>Int main()
</p><p>{
</p>
<p>kiraisipadu();<br></p>kiraisipadu2();

<p>}</p>

<p>&nbsp; </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:45:49 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165437</guid>
      </item>
      <item>
         <title>muhd irfan</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165441</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
</p><p>using namespace std;
</p><p>const int π=22/7;
</p><p>double kiraIsipadu (r,h):</p>
<p>int main()
</p><p>{
</p><p>int r=8, h=15;
</p><p>double sphere ,cone, total;
</p><p>total=kiraIsipadu(r,h)
</p><p>cout&gt;&gt;total;</p>
<p>return 0;
</p><p>}<br></p><p>double kiraIsipadu (i,j)
</p><p>{
</p><p>sphere=(4/3)π(ri*i*i)
</p><p>cone=π(i*i)j/3
</p><p>total=sphere+cone;</p>
<p>return total:
</p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:45:53 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165441</guid>
      </item>
      <item>
         <title>Nurul Hidayah</title>
         <author>e010303</author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165680</link>
         <description><![CDATA[<p>#include&lt;iomanip&gt;
using namespace std;

float kiraisipadu();

int r, h;
float sphere,cone,total;
static int PI=22/7;

int main()
{

total = kiraisipadu();
cout &lt;&lt; "total isipadu : " &lt;&lt; total;

return total;

}

int kiraisipadu(int r, int h)
{

int r=8, int h=15;

totalisipadu = ((4/3)*PI*r*r*r) + (PI*r*r*h)/3

return totalisipadu;
}
<br></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:50:04 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165680</guid>
      </item>
      <item>
         <title>Carnia</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165698</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
#include&lt;iomanip&gt;
using namespace std;

float kiraIsipadu(float,float)

int main()

{

int radius=8,height=5;
static int PI = 22/7;
float Vsphere, Vcone;

float Vsphere = (4/3*PI*r*r*r)
float Vcone = PI*(r*r*h)/3;
totalVolume = Vsphere+Vcone;

cout&gt;&gt;totalVolume;

return 0;

}
</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:50:33 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165698</guid>
      </item>
      <item>
         <title>SUBAIDAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165702</link>
         <description><![CDATA[<p></p><p>#include &lt;iostream.h&gt;<br><br>using namespace std;<br><br>int main()<br><br>float kiraIsipadu;<br><br>float radius=8;<br><br>float height=15;<br><br>float pi=3.142;<br><br>float vConeSphere;<br><br>vCone = pi (8*8)*15/3;<br><br>vSphere = 4/3*pi*(8*8*8);<br><br>= vCone+vSphere;<br><br>cout&lt;&lt; "cone dan sphere:";<br><br>cin&gt;&gt; vConeSphere;<br><br><br>return 0</p><p></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:50:34 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165702</guid>
      </item>
      <item>
         <title>Zaihizrai</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165851</link>
         <description><![CDATA[<p><span style="font-size: 13px;">#include &lt;iostream.h&gt;</span>
</p><p>using
namespace.std;</p><p>float kiraIsipadu();</p><p>float kon, sfera, jumlahIsipadu;</p><p>int r =8, h=15;</p><p>double Pi=22/7;</p><p>int main()</p><p>{</p><p>totalIsipadu=kiraIsipadu()</p><p>cout&lt;&lt;jumlahIsipadu;</p><p>return 0;</p><p>}</p><p>float kiraIsipadu()</p><p>{</p><p>sfera=(4/3)*Pi*(r*r*r);</p><p>kon=Pi*(r*r*r)*(/3);</p><p>jumlahIsipadu=sfere+kon</p><p>return sfera+kon</p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:53:10 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165851</guid>
      </item>
      <item>
         <title>Han</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165859</link>
         <description><![CDATA[<p>#include&lt;iostream&gt;<br>using namespace std;<br><br>int main()<br><br>float kiraisipadu(); <br><br>int radius = 8,height = 15; int Pl=3.142;<br><br><br>{ sphere=(4/3)*3.142*(8*8*8); cone=3.142*(8*8*8)*(15/3); <br><br>totalisipadu=sphere+cone; <br><br>return sphere+cone;<br>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:53:21 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71165859</guid>
      </item>
      <item>
         <title>FADHIL</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166021</link>
         <description><![CDATA[<p>#include &lt;iostream&gt; using namespace std; float kiraIsipadu(float, float); int main (){ float radius = 8, height = 15; static int PI = 22/7; float Ysphere, Ycone</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:57:02 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166021</guid>
      </item>
      <item>
         <title>FADHIL</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166022</link>
         <description><![CDATA[<p>#include &lt;iostream&gt; using namespace std; float kiraIsipadu(float, float); int main (){ float radius = 8, height = 15; static int PI = 22/7; float Ysphere, Ycone</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:57:02 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166022</guid>
      </item>
      <item>
         <title>mana hafitri</title>
         <author>e010294</author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166037</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:57:17 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166037</guid>
      </item>
      <item>
         <title>salwani sidek</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166051</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
#include &lt;iomanip&gt;
using namespace std;

void kiraisipadu();
static int pi=22/7;
float radius=8,tinggi=15;
float sfera,kon;
int totalvolume;

int main();
{

totalvolume=kiraisipadu()
cout&lt;&lt;totalvolume;

return 0;
}
float kiraisipadu;
{
sfera=4/3*pi*r*r*r;
kon=pi*r*r*h/3;

return= sfera+kon
}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:57:46 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166051</guid>
      </item>
      <item>
         <title>hafitri hilang......help</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166060</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:58:12 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166060</guid>
      </item>
      <item>
         <title>Jemek</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166102</link>
         <description><![CDATA[<p>#include&lt;iomanip&gt; using namespace std; float kiraisipadu(); int r, h; float sphere,cone,total; static int PI=22/7; int main() { total = kiraisipadu(); cout &lt;&lt; "total isipadu : " &lt;&lt; total; return total; } int kiraisipadu</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:59:10 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166102</guid>
      </item>
      <item>
         <title>Yuhanis</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166104</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
#include &lt;iomanip&gt;
using namespace std;

float kiraisipadu();

float radius=8;
float height=15;
float sphere;
float cone;
float totalisipadu;
const int Pi=3.147;

int main ();
{
totalisipadu=kiraisipadu();

cout&lt;&lt;totalisipadu;

return 0;
}

float kiraisipadu;

{

sphere=(4/3)*Pi*(r*r*r);
cone=Pi8(r*r*r)*(/3);

totalisipadu=sphere+cone;

return 0;
}                                         
<br></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:59:16 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166104</guid>
      </item>
      <item>
         <title>nurfazira</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166106</link>
         <description><![CDATA[<p>#include &lt;iostream.h&gt;
using namespace std;

volume of solid;

{
int main():</p><p>float jejari=8;
float tinggicone=15;
double Pi=22/7;

float vsphere= (4/3*22/7*8x8x8);
float vcone= (22/7*8x8*15)/3

cout&lt;&lt;"volume of sphere:"
cin&gt;&gt; vsphere;

cout&lt;&lt;"volume of cone:"
cin&gt;&gt; vcone;

cout&lt;&lt;"the volume of solid:"
cin&gt;&gt; vsphere+vcone;

return 0;

}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 04:59:20 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71166106</guid>
      </item>
      <item>
         <title>ASMAFITRI BT ZANILABDIN</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71244200</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
using namespace std;

float kiraIsipadu(char, int, int);

   int radius = 8;
   int height = 15;
   float vSphere, vCone, totalVolume;
   const PI = 3.142;

int main()
{
   totalVolume = kiraIsipadu;
   cout&lt;&lt;totalVolume;
   
   return 0;
}

float kiraIsipadu(int radius, int height );
{
   vSphere = (4/3)*PI*8*8*8;
   vCone = (PI*8*8*15)/3;
   
   totalVolume = vSphere + vCone;
   
   return vSphere + vCone;
}
   </p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 13:54:03 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71244200</guid>
      </item>
      <item>
         <title>UNKNOWN</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71256640</link>
         <description><![CDATA[<p>kalau perasan gambar rajah hemisphere, tapi kita semua kira guna formula sphere. suppose to be bahagi dua.</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-21 14:32:44 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/71256640</guid>
      </item>
      <item>
         <title>NURLIYANA NAJWA</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72330759</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
using namespace std;

<br></p><p>int main()</p><p><span style="font-size: 13px;">{</span></p><p>cout&lt;&lt;"volume of sphere:"
cin&gt;&gt;sphere;

cout&lt;&lt;"volume of cone:"
cin&gt;&gt;cone;
</p><p>cout&lt;&lt;"the volume of solid:"
cin&gt;&gt; sphere+cone;</p><p>
float Sphere= (4/3*22/7*8x8x8);
float cone= (22/7*8x8*15)/3</p><p>
return 0;
}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-27 16:42:06 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72330759</guid>
      </item>
      <item>
         <title>najwa</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72443187</link>
         <description><![CDATA[<p># include &lt;iostream.h&gt; </p><p>float isipadu();</p><p>int main() </p><p>{ </p><p>float volume = isipadu();</p><p> } </p><p>float isipadu()</p><p> { </p><p>float vcone = 3.142*(8*8)*(15/3);</p><p>float vsphere = (4/3)*3.142*(8*8*8); </p><p>total = vcone + vsphere;</p><p>return total; </p><p>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-28 13:46:08 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72443187</guid>
      </item>
      <item>
         <title>nasihah</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72445399</link>
         <description><![CDATA[<p></p><p># include &lt;iostream.h&gt; </p><p>float isipadu();</p><p>int main() </p><p>{ </p><p>float volume = isipadu();</p><p>} </p><p>float isipadu()</p><p>{ </p><p>float vcone = 3.142*(8*8)*(15/3);</p><p>float vsphere = (4/3)*3.142*(8*8*8); </p><p>total = vcone + vsphere;</p><p>return total; </p><p>}</p><p></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-28 13:51:44 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72445399</guid>
      </item>
      <item>
         <title>haida</title>
         <author>d067263</author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72616286</link>
         <description><![CDATA[<p>#include &lt;iostream&gt;
#include &lt;iomanip&gt;
using namespace std;

float IsipaduKon();
float IsipaduHemisfera();

void main()
{
   double isipadukon;
   double isipaduhemisfera;
   double Jumlah;
   
   isipadukon = IsipaduKon();
   isipaduhemis = IsipaduHemisfera();

   Jumlah = isipadukon + isipaduhemisfera;
   
   cout&lt;&lt;"\t"&lt;&lt;"Isipadu Kon :"&lt;&lt;isipadukon&lt;&lt;"\n\n";
   cout&lt;&lt;"\t"&lt;&lt;"Isipadu Hemisfera :"&lt;&lt;isipaduhemisfera&lt;&lt;"\n\n";
   cout&lt;&lt;"\t"&lt;&lt;"JumlahL :"&lt;&lt;Jumlah&lt;&lt;endl;
}
float IsipaduKon()
{
   int jejari=6,
       tinggi=10;
   float pai=22/7,
         isipadukon;
   
   cout&lt;&lt;"\n\n";
   cout&lt;&lt;"\t"&lt;&lt;"Ukuran untuk kon "&lt;&lt;endl;
   cout&lt;&lt;"\t"&lt;&lt;"Tinggi: "&lt;&lt;tinggi&lt;&lt;endl;
   cout&lt;&lt;"\t"&lt;&lt;"Jejari:"&lt;&lt;jejari&lt;&lt;endl;
   cout&lt;&lt;"\n\n";
   
   isipadukon=(pai*(jejari*jejari)*((tinggi)/3));
   
   return isipadukon;
}

float IsipaduHemisfera()
{
   int jejari= 6;
   float pai =22/7;
   float isipaduhemisfera;
   
   cout&lt;&lt;"\t"&lt;&lt;"Ukuran untuk hemisfera "&lt;&lt;endl;
   cout&lt;&lt;"\t"&lt;&lt;"jejari: "&lt;&lt;jejari&lt;&lt;endl;
   cout&lt;&lt;"\n\n";
   
   isipaduhemisfera = (pai * (jejari*jejari*jejari) * (0.666666666));
   
   return isipaduhemisfera;
}
<br></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-09-29 07:24:54 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/72616286</guid>
      </item>
      <item>
         <title>ZAI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/74836418</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-10-10 13:29:04 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/74836418</guid>
      </item>
      <item>
         <title>ZAIHIZRAI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/74836420</link>
         <description><![CDATA[<p>#include &lt;iostream.h&gt; 
using namespace std; 
const double pi=22/7; 
float kiravolume(); 
int main() 
{ 
float radius=8; 
float height=15; 
float volume= kiravolume(radius,height); 
return 0; 
} 
float volume(float,float) 
{ 
float total volspere,volcone volcone=pi*(float radius*float radius)*height/3; 
volspere=4/3*pi**(float radius*float radius*float radius); 
total=volspere+volcone 
return total
}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-10-10 13:29:05 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/74836420</guid>
      </item>
      <item>
         <title>siti hajar</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/87190189</link>
         <description><![CDATA[<p><p># include &lt;iostream.h&gt;&nbsp;</p><p>float isipadu();</p><p>int main()&nbsp;</p><p>{&nbsp;</p><p>float volume = isipadu();</p><p>}&nbsp;</p><p>float isipadu()</p><p>{&nbsp;</p><p>float vcone = 3.142*(8*8)*(15/3);</p><p>float vsphere = (4/3)*3.142*(8*8*8);&nbsp;</p><p>total = vcone + vsphere;</p><p>return total;&nbsp;</p><p>}</p></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-12-21 17:52:00 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/Group_B_Soalan_a/wish/87190189</guid>
      </item>
   </channel>
</rss>
