<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Data Structures and Algorithma by Ramlah Mailok</title>
      <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2</link>
      <description></description>
      <language>en-us</language>
      <pubDate>2015-12-03 00:45:10 UTC</pubDate>
      <lastBuildDate>2025-09-24 03:24:46 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Ramlah Mailok - Contoh 2</title>
         <author>ramlahmailok</author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84599960</link>
         <description><![CDATA[<p>import java.util.Scanner;<br><br>//  class ibu<br>class Shape{<br><br>public static void main(String args[]){<br>Circle a = new Circle();<br>Circle b = new Circle (5.5);<br>System.out.println("Enter radius :");<br>double jejari = a.getradius();<br>System.out.println("Enter radius :");<br>b.getradius();<br>System.out.println("Luas A= "+a.getArea());<br>double area = b.getArea();<br>System.out.println("Luas B = "+area);<br><br>a.getperimeter(jejari);<br><br>}<br><br><br>public void getperimeter(double j){<br><br>System.out.println(2 * j);<br><br>    <br>}<br><br>public double getArea(int panjang, int lebar){<br>return (panjang * lebar);}<br><br> <br><br>}<br><br><br>// class circlern sebagai anak<br>class Circle extends Shape{<br>// atribute readius<br><br>private double radius;<br><br>final double PI = 3.142;<br><br>// constructor<br><br>public Circle(){}<br><br>public Circle(double r){<br><br>this.radius=r;<br>}<br>public double getradius(){<br>Scanner scan = new Scanner(System.in);<br>return radius = scan.nextDouble();<br>}<br><br>public double getArea(){<br>return (PI*radius*radius);}<br><br><br><br><br>}<br><br>// class circlern sebagai anak<br><br>class Rectangle extends Shape{<br><br><br><br>}<br><br></p>]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:46:26 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84599960</guid>
      </item>
      <item>
         <title>SHELEENA A/P GOPALAKRISHNAN</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600059</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:47:26 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600059</guid>
      </item>
      <item>
         <title>ROSLIATI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600061</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:47:26 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600061</guid>
      </item>
      <item>
         <title>syamier zulafif</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600132</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:48:08 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600132</guid>
      </item>
      <item>
         <title>ALICE</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600163</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:48:31 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600163</guid>
      </item>
      <item>
         <title>ERRA ASLINDA</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600236</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:49:14 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600236</guid>
      </item>
      <item>
         <title>WAN NUR NADIA NATASYA</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600266</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:49:31 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600266</guid>
      </item>
      <item>
         <title>NURI PUSPITASARI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600372</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:50:49 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600372</guid>
      </item>
      <item>
         <title>THINESSWARAN A/L MUNIANDY</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600382</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:50:54 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600382</guid>
      </item>
      <item>
         <title>Norhasniza binti Abdu Wahab</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600384</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:50:57 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600384</guid>
      </item>
      <item>
         <title>Nadiah Izzati&amp;nbsp;</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600392</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:01 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600392</guid>
      </item>
      <item>
         <title>A</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600399</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:06 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600399</guid>
      </item>
      <item>
         <title>ANDI HASNAH&amp;nbsp;</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600400</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:06 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600400</guid>
      </item>
      <item>
         <title>KARTHIK</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600403</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:10 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600403</guid>
      </item>
      <item>
         <title>NUR AMALINA</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600431</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:32 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600431</guid>
      </item>
      <item>
         <title>SITI RABIATUL ADAWIYAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600434</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:33 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600434</guid>
      </item>
      <item>
         <title>NUR ALTIQAH&amp;nbsp;</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600436</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:34 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600436</guid>
      </item>
      <item>
         <title>HARIZ HAZWAN</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600464</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:51:51 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600464</guid>
      </item>
      <item>
         <title>UMIRAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600519</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:52:25 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600519</guid>
      </item>
      <item>
         <title>ZARINA SEMAIL</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600534</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:52:34 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600534</guid>
      </item>
      <item>
         <title>SITI NUR AISHAH</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600551</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:52:44 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600551</guid>
      </item>
      <item>
         <title>MOHAMAD ZULHELMI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600948</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 00:56:37 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84600948</guid>
      </item>
      <item>
         <title>Ramlah Mailok - Array</title>
         <author>ramlahmailok</author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84607637</link>
         <description><![CDATA[<p>class Array{<br><br>  public Array (){<br>     System.out.println("Array");<br>}<br><br>   public static void main(String args[]){<br>	   Array obj[] = {new Array(), new A(), new B()};<br>		<br>		<br>		  for (int i =0; i&lt; 3; i++){<br>		    obj[i].method1();}<br>		<br>		}<br>		<br>		public void method1(){<br>		<br>		System.out.println("methodinduk");<br>}<br><br>}<br><br>class A extends  Array{<br>   public A(){<br>	    System.out.println("A");<br>		 }<br>		 <br>		 <br>		 public void method1(){<br>		<br>		System.out.println("methodanak");<br>}<br>}<br><br>class B extends  Array{<br><br>public B(){<br>	    System.out.println("B");<br>		 }<br>		 <br>		 }</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 02:13:25 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84607637</guid>
      </item>
      <item>
         <title>Ramlah Mailok - Shape</title>
         <author>ramlahmailok</author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84607786</link>
         <description><![CDATA[<p>import java.util.Scanner;<br>class Shape{<br><br>public Shape(){}<br><br>public static void main(String args[]){<br>   Circle Objc = new Circle();<br>   Rectangle objr = new Rectangle(5, 7);<br><br>   double J = Objc.getradius();<br>   System.out.println("Radius :"+ J);<br>	 <br>   int W = objr.getwidth();<br>	System.out.println("Width :" + W);<br>   int L = objr.getlenght();<br>	 System.out.println("Lenght :"+ L);<br><br>// mengira luar<br>   <br>    System.out.println("Area of Circle"+Objc.getArea(J));<br>    System.out.println("Area of Rectangle"+objr.getArea(W, L));<br>    <br><br>     }<br><br>public double getArea(int w, int l){<br> return w * l; }<br><br>public double getperimeter(int w, int l){<br> return (2*w + 2*l); }<br>}<br><br><br><br>class Circle extends ArrayShape{<br>  private double radius;<br>  final double PI = 3.142;<br><br> public Circle(){}<br><br> public double getradius(){<br>     Scanner scan = new Scanner(System.in);<br>	  System.out.println("Enter Radius :");<br>      double jejari = scan.nextDouble();<br>     return jejari;<br>  }<br><br><br> public double getArea(double r){<br> return (PI * r*r); }<br><br>public void getperimeter(double j){<br> System.out.println(2* PI *j); }<br><br>}<br><br><br><br>class Rectangle extends ArrayShape{<br><br>   private int width;<br>   private int lenght;<br><br><br>public Rectangle(int w, int l){<br>   this.width= w;<br>   this.lenght= l;}<br><br><br>public int getwidth(){<br>    <br>    return this.width;<br>}<br><br>public int getlenght(){<br>    return this.lenght;<br>}<br>}</p>]]></description>
         <enclosure url="" />
         <pubDate>2015-12-03 02:16:14 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84607786</guid>
      </item>
      <item>
         <title>Ramlah Mailok - Design</title>
         <author>ramlahmailok</author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84607892</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padlet-uploads.storage.googleapis.com/51495926/2b36522eb1610c3ed008a4c952b5e3337760df75/97877a1a1a98f521aef9ea42753eba26.xlsx" />
         <pubDate>2015-12-03 02:17:32 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/84607892</guid>
      </item>
      <item>
         <title>MOHAMAD ZULHELMI BIN MOHD ZAINI</title>
         <author></author>
         <link>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/85465074</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2015-12-08 15:22:29 UTC</pubDate>
         <guid>https://padlet.com/ramlahmailok/DSC_MKS1083_L2/wish/85465074</guid>
      </item>
   </channel>
</rss>
