<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Augustana CSC Q&amp;A - Recent questions in old_CSC211</title>
<link>https://lovelace.augustana.edu/q2a/index.php/questions/csc211</link>
<description>Powered by Question2Answer</description>
<item>
<title>Can someone explain what method overloading is?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1336/can-someone-explain-what-method-overloading-is</link>
<description>&lt;p&gt;Why is substring considered method overloading?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1336/can-someone-explain-what-method-overloading-is</guid>
<pubDate>Wed, 13 Feb 2019 18:12:32 +0000</pubDate>
</item>
<item>
<title>Input/Output Files</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1328/input-output-files</link>
<description>&lt;p&gt;Why is it necessary that we have a &quot;System.out.println&quot; statement in order to have an &quot;output.printlin&quot; statement?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1328/input-output-files</guid>
<pubDate>Wed, 13 Feb 2019 16:07:00 +0000</pubDate>
</item>
<item>
<title>what is the import statement for using files?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1327/what-is-the-import-statement-for-using-files</link>
<description>&lt;p&gt;is it import java.io.*?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1327/what-is-the-import-statement-for-using-files</guid>
<pubDate>Wed, 13 Feb 2019 16:06:23 +0000</pubDate>
</item>
<item>
<title>When’s the last day we are allowed to post questions for a grade?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1324/whens-the-last-day-we-are-allowed-to-post-questions-for-grade</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1324/whens-the-last-day-we-are-allowed-to-post-questions-for-grade</guid>
<pubDate>Wed, 13 Feb 2019 16:03:08 +0000</pubDate>
</item>
<item>
<title>for the first question on the final review the output is wrong for the commission of sales price &gt; 20000.</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1321/question-review-output-wrong-commission-sales-price-20000</link>
<description>&lt;p&gt;In the first question shes has :&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): 8000&lt;br&gt;
Commission is $160.00&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): 15000&lt;br&gt;
Commission is $275.00&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): 30000&lt;br&gt;
Commission is $450.00&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): -1&lt;/p&gt;
&lt;p&gt;Total sales commission = $885.00&lt;/p&gt;
&lt;p&gt;but the arithmetic is wrong. She has us do $350 + 1% for a sale over 20000.&lt;br&gt;
but if you do 30000 * .01 that is 300 + 350 = 650 not 450. &lt;/p&gt;
&lt;p&gt;my output is:&lt;br&gt;
Enter sales price (-1 to stop): 8000&lt;br&gt;
Commission is $160.00&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): 15000&lt;br&gt;
Commission is $425.00&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): 30000&lt;br&gt;
Commission is $650.00&lt;/p&gt;
&lt;p&gt;Enter sales price (-1 to stop): -1&lt;/p&gt;
&lt;p&gt;Total sales Commission = $1235.00&lt;/p&gt;
&lt;p&gt;this also doesnt work for the computation of 15000.&lt;/p&gt;
&lt;p&gt;am i right or wrong?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1321/question-review-output-wrong-commission-sales-price-20000</guid>
<pubDate>Wed, 13 Feb 2019 15:45:41 +0000</pubDate>
</item>
<item>
<title>for a question like (argument) || (argument) &amp;&amp; (argument)</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1318/for-a-question-like-argument-argument-%26%26-argument</link>
<description>&lt;p&gt; does the &amp;amp;&amp;amp; argument get grouped together due to the &amp;amp;&amp;amp; precedent over the ||?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1318/for-a-question-like-argument-argument-%26%26-argument</guid>
<pubDate>Wed, 13 Feb 2019 11:44:40 +0000</pubDate>
</item>
<item>
<title>how to formulate a helper method for returning a count of characters in a string</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1316/formulate-helper-method-returning-count-characters-string</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1316/formulate-helper-method-returning-count-characters-string</guid>
<pubDate>Wed, 13 Feb 2019 11:28:51 +0000</pubDate>
</item>
<item>
<title>Understanding Method Overloading</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1311/understanding-method-overloading</link>
<description>&lt;p&gt;When are &quot;Math.abs&quot;, &quot;Math.max&quot;, and &quot;Math.min&quot; the only examples of method overloading from the Math class?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1311/understanding-method-overloading</guid>
<pubDate>Tue, 12 Feb 2019 16:10:34 +0000</pubDate>
</item>
<item>
<title>Java Identifiers</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1310/java-identifiers</link>
<description>&lt;p&gt;What is a list of identifiers that Java does not accept as variable, method, or constant names?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1310/java-identifiers</guid>
<pubDate>Tue, 12 Feb 2019 13:56:28 +0000</pubDate>
</item>
<item>
<title>While importing a .txt file eclipse shows .txt.txt file?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1308/while-importing-a-txt-file-eclipse-shows-txt-txt-file</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1308/while-importing-a-txt-file-eclipse-shows-txt-txt-file</guid>
<pubDate>Tue, 12 Feb 2019 01:40:57 +0000</pubDate>
</item>
<item>
<title>I don't know what's wrong in here? The code does not execute?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1307/i-dont-know-whats-wrong-in-here-the-code-does-not-execute</link>
<description>&lt;p&gt;import java.io.&lt;em&gt;;&lt;br&gt;
import java.util.&lt;/em&gt;;&lt;br&gt;
public class test {&lt;br&gt;
public static void main(String [] args) throws FileNotFoundException {&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Scanner console= new Scanner( new File(&quot;transactions.txt&quot;));
PrintStream outPut = new PrintStream( new File(&quot;put.txt&quot;));
double c=0;
double x = console.nextDouble();
while ( console.hasNextLine()) {
	String token= console.next();
	for (int i=1; i&amp;lt;=4;i++) {
	if (token.equals(&quot;Deposit&quot;)){
	
	
	
	c += x;
	outPut.print(&quot;Balance &quot;+i+&quot;: $&quot;+c);
	}else {
		c -= x;
		outPut.print(&quot;Balance &quot;+i+&quot;: $&quot;+c);
	}
	}
	
	
}

&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;}&lt;br&gt;
}&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1307/i-dont-know-whats-wrong-in-here-the-code-does-not-execute</guid>
<pubDate>Tue, 12 Feb 2019 01:37:07 +0000</pubDate>
</item>
<item>
<title>If you want to give a name to a value that will never change while your program runs, you would create a what?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1300/value-never-change-while-your-program-runs-would-create-what</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1300/value-never-change-while-your-program-runs-would-create-what</guid>
<pubDate>Mon, 11 Feb 2019 23:59:24 +0000</pubDate>
</item>
<item>
<title>You declare a variable in the main method then try to use the variable in a diff static method. Why can't you do this?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1299/declare-variable-main-method-variable-static-method-cant-this</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1299/declare-variable-main-method-variable-static-method-cant-this</guid>
<pubDate>Mon, 11 Feb 2019 23:58:12 +0000</pubDate>
</item>
<item>
<title>What does a compiler do?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1296/what-does-a-compiler-do</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1296/what-does-a-compiler-do</guid>
<pubDate>Mon, 11 Feb 2019 23:55:18 +0000</pubDate>
</item>
<item>
<title>Procedural ______ is the act of splitting up a task into smaller subtasks that can be solved separately.</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1294/procedural-______-splitting-smaller-subtasks-separately</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1294/procedural-______-splitting-smaller-subtasks-separately</guid>
<pubDate>Mon, 11 Feb 2019 23:52:45 +0000</pubDate>
</item>
<item>
<title>Using the + operator on two strings is called what?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1290/using-the-operator-on-two-strings-is-called-what</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1290/using-the-operator-on-two-strings-is-called-what</guid>
<pubDate>Mon, 11 Feb 2019 23:51:27 +0000</pubDate>
</item>
<item>
<title>The scope of a ______ restricts where it can be accessed/used within the code.</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1286/the-scope-______-restricts-where-accessed-used-within-code</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1286/the-scope-______-restricts-where-accessed-used-within-code</guid>
<pubDate>Mon, 11 Feb 2019 23:49:16 +0000</pubDate>
</item>
<item>
<title>The act of removing errors from your program is called __________________________.</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1281/removing-errors-program-called-__________________________</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1281/removing-errors-program-called-__________________________</guid>
<pubDate>Mon, 11 Feb 2019 23:46:18 +0000</pubDate>
</item>
<item>
<title>A variable must be ________________________ precisely once, before it is assigned a value.</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1277/variable-________________________-precisely-before-assigned</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1277/variable-________________________-precisely-before-assigned</guid>
<pubDate>Mon, 11 Feb 2019 23:41:49 +0000</pubDate>
</item>
<item>
<title>What will be the value of true || false and True &amp;&amp; False?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1272/what-will-be-the-value-of-true-false-and-true-%26%26-false</link>
<description>&lt;p&gt;True || False&lt;br&gt;
True &amp;amp;&amp;amp; False&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1272/what-will-be-the-value-of-true-false-and-true-%26%26-false</guid>
<pubDate>Mon, 11 Feb 2019 23:36:36 +0000</pubDate>
</item>
<item>
<title>&quot;Inside string literals, the \ character serves a special purpose as the ____ character.&quot;</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1267/inside-string-literals-character-special-purpose-character</link>
<description>&lt;p&gt; Anyone know the answer?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1267/inside-string-literals-character-special-purpose-character</guid>
<pubDate>Mon, 11 Feb 2019 23:19:23 +0000</pubDate>
</item>
<item>
<title>Test location</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1264/test-location</link>
<description>&lt;p&gt;For Dr.Stonedahl's exam, is it hosted in our usual classroom of 209 ?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1264/test-location</guid>
<pubDate>Mon, 11 Feb 2019 21:11:30 +0000</pubDate>
</item>
<item>
<title>How do we create a new color?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1262/how-do-we-create-a-new-color</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1262/how-do-we-create-a-new-color</guid>
<pubDate>Mon, 11 Feb 2019 20:21:36 +0000</pubDate>
</item>
<item>
<title>What does &quot;&quot; do?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1257/what-does-do</link>
<description>&lt;p&gt;Lets say we declared &lt;br&gt;
String word = &quot;&quot;;&lt;/p&gt;
&lt;p&gt;What does the &quot;&quot; mean?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1257/what-does-do</guid>
<pubDate>Mon, 11 Feb 2019 17:20:03 +0000</pubDate>
</item>
<item>
<title>Are the codes supposed to be different in mac and windows?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1254/are-the-codes-supposed-to-be-different-in-mac-and-windows</link>
<description>&lt;p&gt;A program worked fine in a windows computer but did not work in Mac.&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1254/are-the-codes-supposed-to-be-different-in-mac-and-windows</guid>
<pubDate>Mon, 11 Feb 2019 16:33:39 +0000</pubDate>
</item>
<item>
<title>For casting, does it matter which variable gets casted?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1251/for-casting-does-it-matter-which-variable-gets-casted</link>
<description>&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;is &lt;strong&gt;average = (double) value / count&lt;/strong&gt; the same as &lt;strong&gt;average = value / (double) count&lt;/strong&gt;?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1251/for-casting-does-it-matter-which-variable-gets-casted</guid>
<pubDate>Mon, 11 Feb 2019 14:44:08 +0000</pubDate>
</item>
<item>
<title>How soon will the exam grades be posted?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1245/how-soon-will-the-exam-grades-be-posted</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1245/how-soon-will-the-exam-grades-be-posted</guid>
<pubDate>Mon, 11 Feb 2019 07:17:33 +0000</pubDate>
</item>
<item>
<title>Mueller final start time</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1244/mueller-final-start-time</link>
<description>&lt;p&gt;What time does Mueller's final start for the 211-02 section? &lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1244/mueller-final-start-time</guid>
<pubDate>Mon, 11 Feb 2019 07:15:57 +0000</pubDate>
</item>
<item>
<title>Programs on exam for Mueller’s class</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1242/programs-on-exam-for-muellers-class</link>
<description>&lt;p&gt;How many programs will there be on the exam?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1242/programs-on-exam-for-muellers-class</guid>
<pubDate>Mon, 11 Feb 2019 07:05:12 +0000</pubDate>
</item>
<item>
<title>What do I use in order to add pictures onto a drawing panel?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1239/what-do-i-use-in-order-to-add-pictures-onto-a-drawing-panel</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1239/what-do-i-use-in-order-to-add-pictures-onto-a-drawing-panel</guid>
<pubDate>Mon, 11 Feb 2019 03:14:46 +0000</pubDate>
</item>
<item>
<title>How many questions will be on the final for Stonedahl's class?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1237/how-many-questions-will-be-on-the-final-for-stonedahls-class</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1237/how-many-questions-will-be-on-the-final-for-stonedahls-class</guid>
<pubDate>Sun, 10 Feb 2019 23:05:19 +0000</pubDate>
</item>
<item>
<title>When adding images, do I drag them into the Project file or the src file?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1221/when-adding-images-drag-them-into-the-project-file-the-src-file</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1221/when-adding-images-drag-them-into-the-project-file-the-src-file</guid>
<pubDate>Sun, 10 Feb 2019 21:03:14 +0000</pubDate>
</item>
<item>
<title>How do I prompt the user for an int value?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1217/how-do-i-prompt-the-user-for-an-int-value</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1217/how-do-i-prompt-the-user-for-an-int-value</guid>
<pubDate>Sun, 10 Feb 2019 20:44:39 +0000</pubDate>
</item>
<item>
<title>What is the import statement for getting the Scanner?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1215/what-is-the-import-statement-for-getting-the-scanner</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1215/what-is-the-import-statement-for-getting-the-scanner</guid>
<pubDate>Sun, 10 Feb 2019 20:39:05 +0000</pubDate>
</item>
<item>
<title>In &quot;panel.sleep(100)&quot;, what is the unit of 100?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1210/in-panel-sleep-100-what-is-the-unit-of-100</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1210/in-panel-sleep-100-what-is-the-unit-of-100</guid>
<pubDate>Sun, 10 Feb 2019 20:31:19 +0000</pubDate>
</item>
<item>
<title>How do I get the graphics pen?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1209/how-do-i-get-the-graphics-pen</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1209/how-do-i-get-the-graphics-pen</guid>
<pubDate>Sun, 10 Feb 2019 20:29:01 +0000</pubDate>
</item>
<item>
<title>How do I round up a double to 2 decimal places in a printf statement?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1208/how-do-round-up-double-to-decimal-places-in-printf-statement</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1208/how-do-round-up-double-to-decimal-places-in-printf-statement</guid>
<pubDate>Sun, 10 Feb 2019 20:23:44 +0000</pubDate>
</item>
<item>
<title>What are the largest possible int value?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1207/what-are-the-largest-possible-int-value</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1207/what-are-the-largest-possible-int-value</guid>
<pubDate>Sun, 10 Feb 2019 20:20:00 +0000</pubDate>
</item>
<item>
<title>Does the index of a certain String start from 0 or 1?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1205/does-the-index-of-a-certain-string-start-from-0-or-1</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1205/does-the-index-of-a-certain-string-start-from-0-or-1</guid>
<pubDate>Sun, 10 Feb 2019 20:18:06 +0000</pubDate>
</item>
<item>
<title>What is meant by method overloading?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1204/what-is-meant-by-method-overloading</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1204/what-is-meant-by-method-overloading</guid>
<pubDate>Sun, 10 Feb 2019 20:16:13 +0000</pubDate>
</item>
<item>
<title>What are the 3 logical operators and the precedence of those?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1202/what-are-the-3-logical-operators-and-the-precedence-of-those</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1202/what-are-the-3-logical-operators-and-the-precedence-of-those</guid>
<pubDate>Sun, 10 Feb 2019 20:10:58 +0000</pubDate>
</item>
<item>
<title>What is the syntax for single and multi line comments?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1201/what-is-the-syntax-for-single-and-multi-line-comments</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1201/what-is-the-syntax-for-single-and-multi-line-comments</guid>
<pubDate>Sun, 10 Feb 2019 20:06:46 +0000</pubDate>
</item>
<item>
<title>Can anyone tell me what primitive types are and how many are there?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1196/can-anyone-tell-what-primitive-types-are-and-how-many-are-there</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1196/can-anyone-tell-what-primitive-types-are-and-how-many-are-there</guid>
<pubDate>Sun, 10 Feb 2019 18:17:21 +0000</pubDate>
</item>
<item>
<title>how can we create new color?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1195/how-can-we-create-new-color</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1195/how-can-we-create-new-color</guid>
<pubDate>Sun, 10 Feb 2019 18:13:02 +0000</pubDate>
</item>
<item>
<title>does the &lt;panel&gt;.setWidth(&lt;Width&gt;); method changes the size of the panel after execution or will it draw a new panel?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1193/panel-setwidth-width-method-changes-panel-execution-panel</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1193/panel-setwidth-width-method-changes-panel-execution-panel</guid>
<pubDate>Sun, 10 Feb 2019 17:22:28 +0000</pubDate>
</item>
<item>
<title>Is there any extra credit chance in final exam?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1192/is-there-any-extra-credit-chance-in-final-exam</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1192/is-there-any-extra-credit-chance-in-final-exam</guid>
<pubDate>Sun, 10 Feb 2019 16:42:25 +0000</pubDate>
</item>
<item>
<title>Code Redundancy</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1188/code-redundancy</link>
<description>&lt;p&gt;On the coding part of the final, are we losing points if our codes are redundant?. &lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1188/code-redundancy</guid>
<pubDate>Sun, 10 Feb 2019 15:05:38 +0000</pubDate>
</item>
<item>
<title>How do you import a Midi file to a program on Eclipse?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1179/how-do-you-import-a-midi-file-to-a-program-on-eclipse</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1179/how-do-you-import-a-midi-file-to-a-program-on-eclipse</guid>
<pubDate>Sun, 10 Feb 2019 00:26:09 +0000</pubDate>
</item>
<item>
<title>Are we Gonna have a difficult or complicated coding part for the finals?</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1178/are-gonna-have-difficult-complicated-coding-part-for-finals</link>
<description></description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1178/are-gonna-have-difficult-complicated-coding-part-for-finals</guid>
<pubDate>Sun, 10 Feb 2019 00:20:16 +0000</pubDate>
</item>
<item>
<title>BJP3 Self-Check 5.8: doWhileLoops</title>
<link>https://lovelace.augustana.edu/q2a/index.php/1177/bjp3-self-check-5-8-dowhileloops</link>
<description>&lt;p&gt;What are the answers to B and C?&lt;/p&gt;
</description>
<category>CSC211_Winter2018</category>
<guid isPermaLink="true">https://lovelace.augustana.edu/q2a/index.php/1177/bjp3-self-check-5-8-dowhileloops</guid>
<pubDate>Sun, 10 Feb 2019 00:17:23 +0000</pubDate>
</item>
</channel>
</rss>