<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title> by Jason huang</title>
      <link>https://padlet.com/jasonhuangjin/1409</link>
      <description>伴随着创意的狂潮</description>
      <language>en-us</language>
      <pubDate>2017-02-11 22:57:11 UTC</pubDate>
      <lastBuildDate>2023-01-25 00:21:49 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title></title>
         <author>jasonhuangjin</author>
         <link>https://padlet.com/jasonhuangjin/1409/wish/153243241</link>
         <description><![CDATA[<div><br>/**<br> * Lab 3 Solution<br> * <br> * @author JINXING HUANG<br> * @version 1.0<br> */<br>public class Person<br>{<br>    private String firstName;<br>    private String lastName;<br>    private int age;<br>    private double height;<br>    /*<br>     * Default ctor.<br>     */<br>    public Person()<br>    {<br>        firstName = "Jason";<br>        lastName = "Huang";<br>        age = 20;<br>        height = 170.0;<br>    }<br>    // couter that will track how many times a Person object was created.<br>    public static int counter = 0; <br>    <br>    /**<br>     * Constructor for creating a Person instace.<br>     *<br>     * @param _firstName The first name of our Person<br>     * @param _lastName  The first last of our Person<br>     */<br>    public Person(String _firstName, String _lastName)<br>    {<br>        firstName = _firstName;<br>        lastName = _lastName;<br>    }<br>    /*<br>     * This method will print out the time of object was created.<br>     */<br>    public String getNumberOfTimesCreated()<br>    {<br>        <br>        counter = counter+1;<br>        if(counter&gt;=0){<br>        switch (counter)<br>        {<br>            case 0:<br>                return "none";<br>            case 1:<br>                return "once";<br>            case 2:<br>                return "twice";<br>            case 3:<br>                return "too many times!";<br>            default :<br>                return "n/a";<br>            <br>        }<br>    }<br>        return "null";<br>    }<br>}</div>]]></description>
         <enclosure url="" />
         <pubDate>2017-02-11 22:58:23 UTC</pubDate>
         <guid>https://padlet.com/jasonhuangjin/1409/wish/153243241</guid>
      </item>
      <item>
         <title></title>
         <author>jasonhuangjin</author>
         <link>https://padlet.com/jasonhuangjin/1409/wish/153252448</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/prod/159821924/99d27ccd70e1e295260e76a9ad9e5509/assignment1.txt" />
         <pubDate>2017-02-12 05:23:28 UTC</pubDate>
         <guid>https://padlet.com/jasonhuangjin/1409/wish/153252448</guid>
      </item>
   </channel>
</rss>
