<?xml version="1.0"?>




	<rss version="2.0">
		 <channel>
				<title>Java Programming - 2019  (Lansdale Catholic High School)</title>
				<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
				<description>
					Class Name: Java Programming - 2019 
					Instructor(s):
					
						Rob Borkowski
					
					
				</description>
				<language>en-us</language>
				<generator>SchoolSitePro</generator>
				
				
					
					<item>
						<title><![CDATA[Due: 03/31/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395069</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Using your LC email - Go to  https://edu.sphero.com/  and Sign-in. Click logon with Google.<br><br>Skills Building - Program a Square<br>Create a Block Program to make the Sphero robot draw a square using the roll and delay blocks.<br><br>Test your code with the Sphero to make sure your code works.<br><br>Place a copy of the code you created to make the Sphero trace out a square (Not Using Loops) on to a Google Classroom Document and label it "No Loops". <br>I want to see the Java Script code - Not the Block Code. <br><br><br>Skills Building - Refactoring With Loops<br>Now let's refactor your code so that the Sphero code will draw a square using a loop.<br><br>Place your refactored code on your Google <br>Document and label it "With Loops"<br><br>Place a copy of the refactored code you created to make the Sphero trace out a square using loops on your Google Document and label it "With Loops". I want to see the Java Script code - Not the Block code<br><br>Follow along with the video if you aren't sure what to do.<br><br>https://youtu.be/6zoXyh5Qoz0<br><br>Follow along with the video if you aren't sure what to do.<br><br>https://youtu.be/ZfpPvnEsbto<br><br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Thu, 07 May 2020 11:33:09 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/30/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395108</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									I made a mistake on the survey I sent you. On the question regarding this quarter's content, I had "Less Python more Java" as one option and "more Java less Python". Below is the re-phrased question.  Please take a moment and answer, even if you answered the survey already. <br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Wed, 22 Apr 2020 11:00:04 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/18/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395109</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Class - For today's assignment, please read my String Class notes. Mark this assignment as complete when finished.<br><br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Wed, 22 Apr 2020 11:00:09 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/10/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395110</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Create a project called, StringCompare.   Write a program that will compare three string pairs. Your program will determine if the two strings in the first pair are equal to each other, if the two strings in the second pair are equal to each other, and if the two strings in the third pair are equal to each other.  <br><br>Below are your first three pairs to compare. You will need to copy these strings into your program. <br><br>Using the compareTo method, compare the pairs of strings.  20 Pts<br>Based on the output of the compareTo,  programmatically produce the appropriate print statement.  20 Pts<br>For example, if the two strings in String Pair #1 are equal, your program will print "String Pair 1 is equal" or "S1 and S2 are equal".  IF the values of the strings were changed, making them not equal, your program would automatically print that String Pair #1 is not equal or S1 and S2 are not equal. Note - Your program needs to determine which print statement to display.<br><br> <br>String Pair #1<br>\/ I l<br>V l I<br><br>String Pair #2<br>0sw`<br>OSvv'<br><br>String Pair #3<br>fASG3PB$rO$uOmUCsi1icafkbWni06T*1O0Y*LiiB$Fy%v06mL<br><br>fASG3PB$r0d#WzxBFDAHkEtmQhT*vMhbV77%XVLUYz5r#mL<br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Wed, 22 Apr 2020 11:00:12 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/05/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5437609</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									• Import and open the StringsEx project from section 4<br>• Examine ShoppingCart<br>Perform the following:<br>–Use the indexOf method to get the index for the space character (" ") within custName. Assign it to spaceIdx.<br>–Use the substring method and spaceIdx to get the first name portion of custName. Assign it to firstName and print firstName.<br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Thu, 07 May 2020 11:33:08 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/04/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395112</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Looking for max integers.<br>I wrote this program to prompt the user for three integers and then return the highest of the three integers. I'm getting an error, though, and have been unable to test it. Find the error and fix the program. <br><br>Test this program and let me know if the program works as described ( i.e. a program to prompt the user for three integers and then return the highest of the three integers). <br><br>Make any changes you need to get the program to run properly.<br><br>You can paste your corrected code or you can tell me what you did to fix my program.  Be sure to test it thoroughly!<br><br>Create a program called MaxIntegers and paste this code:<br><br>import java.util.Scanner;<br><br>public class MaxIntegers {<br><br><br>public static void main(String[] args) {<br>Scanner in = new Scanner(System.in);<br><br>System.out.println ("Please enter a number");<br><br>int num1 = in.nextInt();<br><br>System.out.println ("Please enter another number");<br>int num2 = in.nextInt();<br><br>System.out.println ("Please enter one more number");<br>int num3 = in.nextInt();<br><br><br>int max;<br><br>if (num1 > num2 && num1 > num3) {<br>max = num1;<br>}<br><br>if (num2 > num1 && num2 > num3) {<br>max = num2;<br>}<br><br>if (num3 > num1 && num3 > num2) {<br>max = num3;<br>}<br><br>System.out.println(" The max of 3 numbers is " + max);<br>}<br>}<br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Thu, 07 May 2020 11:33:09 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/03/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5437607</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Create a new project called, ArrayListMenu.<br><br>Copy the code from your ArrayList Grade Entry lab and paste into this new project (adjust class name as necessary).<br><br>Modify the code so that it prompts the user to type 999 to record ten test grades, press 998 to print the current contents of the arraylist, 997 to see the average of the current array list, or 996 to quit.<br><br>After the user has selected one of the options (999, 998, 997, or 996), run that particular part pf the program and LOOP back to your menu (i.e. the question to press 999, 998, 997, or 996).<br><br>See me if you have questions<br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Thu, 07 May 2020 11:33:08 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 03/02/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5437598</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Create a project called AListGrades<br><br>Prompt the user for 10 grades.   25pts<br><br>Using an Array List, store those values.  25pts<br><br>After 10 grades have been entered:<br>Return the 10 scores to the screen.   25pts<br>Return the average score to the screen.   25pts<br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Thu, 07 May 2020 11:33:08 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 02/21/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395116</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Write a MadLibs program prompting the user for a noun, adjective, verb, etc. and print the input back to the screen.<br><br>Here is some starter sentences for you:<br><br>Please excuse ProperNOUN who is far too ADJECTIVE to attend NOUN class<br><br>ProperNoun is authorized to be at APlace instead of Noun class.<br><br>ProperNoun is too cool for Noun class. Instead, Nickname will be attending the Event<br><br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Wed, 22 Apr 2020 11:00:37 PDT</pubDate>
					</item>
				
					
					<item>
						<title><![CDATA[Due: 02/20/2020]]></title>
						<guid isPermaLink="false">//www.lansdalecatholic.com/homeworkItem5395117</guid>
						<link>//www.lansdalecatholic.com/apps/classes/979049/assignments/</link>
						
							<description><![CDATA[
								
									Create a new project called "ArrayBday"<br>Copy the code that I have attached and paste it into your main method. You will note that there are three arrays in this code. An array for month, for day, and for year.<br>Create a print statement that will utilize the three arrays to print the month, day, and year of your birthday.<br>
								
								
								
							]]></description>
						
						
						
						<pubDate>Wed, 22 Apr 2020 11:00:47 PDT</pubDate>
					</item>
				
		 </channel>
	</rss>
