<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Secret Engineering Club</title>
		<link>http://secretengineers.forum777.com/feed/?</link>
		<description>Latest topics</description>
		<lastBuildDate>Mon, 01 Dec 2008 15:48:07 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Secret Engineering Club</title>
			<url>http://illiweb.com/fa/m/logo3.gif</url>
			<link>http://secretengineers.forum777.com/feed/?</link>
		</image>
		<item>
			<title>Bowling Event</title>
			<link>http://secretengineers.forum777.com/club-info-f3/bowling-event-t14.htm</link>
			<dc:creator>emerten</dc:creator>
			<description><![CDATA[Hey everyone,
<br />

<br />
We're planning on getting together Thursday December 11th for a night of bowling. It's the bowling alley in West Seattle from 9 til midnight. If you want to get together earlier for some bar hopping(21 and over only please) let me know. Happy Finals week!
<br />

<br />
~Lizzy]]></description>
			<category>Club Info</category>
			<pubDate>Mon, 01 Dec 2008 15:48:07 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/club-info-f3/bowling-event-t14.htm#22</comments>
			<guid>http://secretengineers.forum777.com/club-info-f3/bowling-event-t14.htm</guid>
		</item>
		<item>
			<title>Chapter 8 Homework</title>
			<link>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-8-homework-t12.htm</link>
			<dc:creator>Redman</dc:creator>
			<description><![CDATA[For those of you who noticed the class website went down.  The hosting site is down, hopefully this is temporary, if not I will find another hosting site.
<br />

<br />
Until then the homework for Chapter 8 is as follows:
<br />

<br />
<strong>Exercises</strong>
<br />

<br />
Exercise # 14
<br />
Exercise # 15
<br />
Exercise # 16
<br />
Exercise # 17
<br />

<br />
<strong>Programming Projects</strong>
<br />

<br />
Programming Project #1
<br />
Programming Project #2]]></description>
			<category>Class Discussion and Help</category>
			<pubDate>Sun, 23 Nov 2008 07:28:51 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-8-homework-t12.htm#17</comments>
			<guid>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-8-homework-t12.htm</guid>
		</item>
		<item>
			<title>printing grids of multidimensional array</title>
			<link>http://secretengineers.forum777.com/class-discussion-and-help-f2/printing-grids-of-multidimensional-array-t11.htm</link>
			<dc:creator>emerten</dc:creator>
			<description><![CDATA[Not sure if it's me, but having some probs trying to print the grid, i know it's not required..just curious as to how to do it with a multi-dimensional array. 
<br />

<br />
I am done with this part of the hw...just want the knowledge so any information is awesome.
<br />

<br />
~Lizzy]]></description>
			<category>Class Discussion and Help</category>
			<pubDate>Sat, 15 Nov 2008 18:57:04 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/class-discussion-and-help-f2/printing-grids-of-multidimensional-array-t11.htm#11</comments>
			<guid>http://secretengineers.forum777.com/class-discussion-and-help-f2/printing-grids-of-multidimensional-array-t11.htm</guid>
		</item>
		<item>
			<title>Chapter 7 In-Class Java Files</title>
			<link>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-7-in-class-java-files-t8.htm</link>
			<dc:creator>Redman</dc:creator>
			<description>The work that was done in class is up and posted under study notes in the class site and here are links to them as well.



 

Download Tic-Tac-Toe Java File



Download Button Demo Java File



Download Button Handler Java File

 </description>
			<category>Class Discussion and Help</category>
			<pubDate>Thu, 13 Nov 2008 23:22:22 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-7-in-class-java-files-t8.htm#8</comments>
			<guid>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-7-in-class-java-files-t8.htm</guid>
		</item>
		<item>
			<title>Tic-Tac-Toe Code</title>
			<link>http://secretengineers.forum777.com/class-discussion-and-help-f2/tic-tac-toe-code-t7.htm</link>
			<dc:creator>Redman</dc:creator>
			<description>import java.io.FileWriter;

import java.util.Stack;

import java.util.StringTokenizer;



import javax.swing.JOptionPane;



public class TicTacToe {

	public static final char X_PLAYER = 'X';

	public static final char O_PLAYER = 'O';

	

	private static char[][]  theBoard = new char[3][3];

	

	private static boolean isPlaying = true;

	

	public static void drawBoard() {

		System.out.println();

		for(int i = 0; i &lt; 3; i++) {

			for(int j = 0; j &lt; 3; j++) {

				System.out.print(  ...</description>
			<category>Class Discussion and Help</category>
			<pubDate>Thu, 13 Nov 2008 19:14:28 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/class-discussion-and-help-f2/tic-tac-toe-code-t7.htm#7</comments>
			<guid>http://secretengineers.forum777.com/class-discussion-and-help-f2/tic-tac-toe-code-t7.htm</guid>
		</item>
		<item>
			<title>Quiz 4 Definitions</title>
			<link>http://secretengineers.forum777.com/class-discussion-and-help-f2/quiz-4-definitions-t5.htm</link>
			<dc:creator>Redman</dc:creator>
			<description>For those of you who are doing the definitions, you may have noticed that they are the same for Chapter Three and Four.



Rob has a new set of definitions for us and is giving us an extra day to work on them.



If you are in need of them you can copy and paste from the list below.



1.	Fencepost loops

2.	Single IF statement

3.	Repetition Control Structure

4.	Boolean condition

5.	Control blocks

6.	Else clause

7.	Flowchart

8.	Sequential Control Structure

9.	IF/ELSE

10.	Tail  ...</description>
			<category>Class Discussion and Help</category>
			<pubDate>Thu, 13 Nov 2008 07:22:39 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/class-discussion-and-help-f2/quiz-4-definitions-t5.htm#5</comments>
			<guid>http://secretengineers.forum777.com/class-discussion-and-help-f2/quiz-4-definitions-t5.htm</guid>
		</item>
		<item>
			<title>Chapter 7 Homework and Quiz Dates</title>
			<link>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-7-homework-and-quiz-dates-t4.htm</link>
			<dc:creator>Redman</dc:creator>
			<description><![CDATA[Rob has pushed the dates for the quiz and the homework back to give people a little extra time to recover from the mid-term.
<br />

<br />
The homework is now due on Saturday Nov 15th by midnight!
<br />

<br />
The quiz will be on Monday Nov 17th!]]></description>
			<category>Class Discussion and Help</category>
			<pubDate>Thu, 13 Nov 2008 07:19:24 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-7-homework-and-quiz-dates-t4.htm#4</comments>
			<guid>http://secretengineers.forum777.com/class-discussion-and-help-f2/chapter-7-homework-and-quiz-dates-t4.htm</guid>
		</item>
		<item>
			<title>Club Charter</title>
			<link>http://secretengineers.forum777.com/club-info-f3/club-charter-t2.htm</link>
			<dc:creator>Redman</dc:creator>
			<description>SOUTH SEATTLE COMMUNITY COLLEGE



ENGINEERING CLUB                         





                         TABLE OF CONTENTS			







Information Page

Club Mission Statement and Strategic Goals

Frequently Asked Questions

Current Club Cabinet

Club Cabinet Brief Bio’s

Club Constitution

Club Bylaws

Signature Page





INFORMATION PAGE



Club website: 		http://secretengineers.zendfree.com

Club email:		sccengineers@gmail.com

Head Advisor:		Mike Steffancin



Engineering  ...</description>
			<category>Club Info</category>
			<pubDate>Thu, 13 Nov 2008 07:14:28 GMT</pubDate>
			<comments>http://secretengineers.forum777.com/club-info-f3/club-charter-t2.htm#2</comments>
			<guid>http://secretengineers.forum777.com/club-info-f3/club-charter-t2.htm</guid>
		</item>
	</channel>
</rss>