<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Problem Solving File Read/Write by Tze Ying Sim</title>
      <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b</link>
      <description>Please pose your line of thoughts to solve the problem. You are given a file with the content Subject and Marks. Your program needs to find the suitable grades and add this information to the file/or a new file.</description>
      <language>en-us</language>
      <pubDate>2016-11-16 06:54:02 UTC</pubDate>
      <lastBuildDate>2024-05-17 15:20:50 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url>https://padlet-assets.s3.amazonaws.com/icons/Send.png</url>
      </image>
      <item>
         <title>Ainsley, Isaac, and Raymond</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979548</link>
         <description><![CDATA[<div>1) Read the CSV file<br>-if file exists<br>-read by row and column<br>2)Run program(if-else statements, to determine the grade of the subjects using the marks)<br>3)Display new CSV file<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:03:44 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979548</guid>
      </item>
      <item>
         <title>Justin &amp; Joven</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979588</link>
         <description><![CDATA[<div>1) Read CSV file<br>2) Assign values to an array using for loop<br>3) Create another new array<br>4) Create if-else statement<br>5) Compute grades -&gt; assign them in new array<br>6) Show output of both arrays</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:04:08 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979588</guid>
      </item>
      <item>
         <title>jenyang and weikang</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979681</link>
         <description><![CDATA[<div>1) read the CSV file<br>2) declare elements of CSV file in array<br>3) use switch case (method) to determine grades and put it in the array<br>4) print array lol<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:05:25 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979681</guid>
      </item>
      <item>
         <title>DRE HANG</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979684</link>
         <description><![CDATA[<div>read csv file <br>use array in csv <br>use for loop to read file<br>use case to determine grades based on marks<br>display new csv file</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:05:26 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979684</guid>
      </item>
      <item>
         <title>Chang Ka Pui / Wong Chee Kong</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979749</link>
         <description><![CDATA[<div>1)Read the file<br>2)Put the content in an array<br>3)Extract marks from the array<br>4)Put if statement<br>5)Print A if &gt; 89<br>6)Print B if &gt; 69<br>7)Print C if &gt; 59<br><br>SuperChoy<br><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:06:09 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979749</guid>
      </item>
      <item>
         <title>TOMMY !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979755</link>
         <description><![CDATA[<div>1)read the csv file<br>2)use array the csv file <br>3)get mark from array<br>4)if-else loop or switch<br>5)assign the grade to the array<br>6)print the grades<br>7)put back in csv file</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:06:15 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979755</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979781</link>
         <description><![CDATA[<div>1)import CSV file<br>2)Read it<br>3)Assign grades to marks<br>4)Obtain values from CSV file<br>5)Print values by row with grade</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:06:32 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979781</guid>
      </item>
      <item>
         <title>Geng Amar</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979838</link>
         <description><![CDATA[<div>1) Assign array to the csv file<br>2) Checks for marks and assign grades<br>3)Assign grades to the value of the marks</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:07:10 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979838</guid>
      </item>
      <item>
         <title>Abdullah</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979876</link>
         <description><![CDATA[]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:07:36 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979876</guid>
      </item>
      <item>
         <title>Abdullah Loves You</title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979877</link>
         <description><![CDATA[<div>1) Create a CSV File(subjects, grades and marks columns)<br>2) Use for loop to read info from the String Array.<br>3) Use a method to allocate cases for marks to grades. Method is run in the for loop.<br>4) Output in a file showing subjects, grades and marks.</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:07:36 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979877</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979982</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://padletuploads.blob.core.windows.net/aws/148877080/26131859e036ae530c8654acaa753e31/IMG_20161116_150803.jpg" />
         <pubDate>2016-11-16 07:08:39 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137979982</guid>
      </item>
      <item>
         <title>Class Solution</title>
         <author>simtzeying</author>
         <link>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137981136</link>
         <description><![CDATA[<div>1) Read the CSV file<br>- find out the number of rows - hasNextLine();<br>- determine the column content to be assigned via String-Split using comma "," as delimiter Split("String to be Splitted",",");<br>- convert the marks currently of type String to type Double<br>2) Determine the grade<br>- do a function/method that receives the marks and return the grade<br>public static String getGrade(double marks){}<br>3) Assign the grade into the array<br>4) Write to file&nbsp;<br>- write the content of the array to a file</div>]]></description>
         <enclosure url="" />
         <pubDate>2016-11-16 07:19:54 UTC</pubDate>
         <guid>https://padlet.com/simtzeying/cscp1014_2018_08_week11b/wish/137981136</guid>
      </item>
   </channel>
</rss>
