<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Point3D by yongjun zheng</title>
      <link>https://padlet.com/yzheng99/3033nslyfk5x</link>
      <description>Made with the strength to succeed</description>
      <language>en-us</language>
      <pubDate>2017-01-26 11:09:27 UTC</pubDate>
      <lastBuildDate>2017-05-17 07:02:20 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Nico</title>
         <author></author>
         <link>https://padlet.com/yzheng99/3033nslyfk5x/wish/149551704</link>
         <description><![CDATA[<div>class Point3D extends Point {<br><br>	private double z;<br><br>	public Point3D(double x, double y, double z) {<br>		super(x, y);<br>		this.z = z;<br>	}<br><br>	double distance(Point3D other) {<br><br>		return Math.sqrt(Math.pow(this.x - other.x, 2) + Math.pow(this.y - other.y, 2) + Math.pow(this.z - other.z, 2));<br>	}<br><br>	public static void main(String[] args) {<br>	<br>		Point3D one = new Point3D(1, 2, 3);<br>		Point3D two = new Point3D(0, 0, 0);<br><br>		System.out.println(one.distance(two));</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-26 11:17:21 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/3033nslyfk5x/wish/149551704</guid>
      </item>
      <item>
         <title>Jonathan </title>
         <author></author>
         <link>https://padlet.com/yzheng99/3033nslyfk5x/wish/149552338</link>
         <description><![CDATA[<div>public class Point3D extends Point {<br>	<br>	private double z;<br><br>	public Point3D(double x, double y, double z) {<br>		super(x, y);<br>		this.z = z;<br><br>	}<br>	<br>	public double distance (Point3D other){<br>		return Math.sqrt(<br>				Math.pow(x - other.x, 2) + <br>				Math.pow(y - other.y, 2) +<br>				Math.pow(z - other.z, 2)<br>				);<br>}<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-26 11:21:21 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/3033nslyfk5x/wish/149552338</guid>
      </item>
      <item>
         <title>Lenny</title>
         <author></author>
         <link>https://padlet.com/yzheng99/3033nslyfk5x/wish/149552538</link>
         <description><![CDATA[<div>( ͡° ͜ʖ ͡°) </div>]]></description>
         <enclosure url="" />
         <pubDate>2017-01-26 11:22:53 UTC</pubDate>
         <guid>https://padlet.com/yzheng99/3033nslyfk5x/wish/149552538</guid>
      </item>
   </channel>
</rss>
