Search

You can find the results of your search below.

top @courses:cs203-201602:assignments
15 Hits, Last modified:
plement Comparable any more, nor will you need to create a compareTo() method. Please include a junit test... pter 5 in Horstmann. Assignment 4: Exercise 5.4. Create a folder called "slider" for your program within ... the user interface is to use it. Assignment 2: Create a class BankingSystem that maintains a list of ac... terface. Bank accounts have a name and a balance. Create a class BankApp that contains a main() method tha
top @courses:cs203-201602:lab1
10 Hits, Last modified:
** \\ ** February 1 ** ===== Goals ===== * Create a Git account * Send your new account name to j... es@cs.vassar.edu * Set up Git configuration * Create a simple Java program * Create local repository in the CS203 directory * Upload your CS203 folder to ... Activities ===== - Go to https://github.com and create an account - Configure git for your CS Linux ac
top @courses:cs203-201602:finalproject
6 Hits, Last modified:
me. * Do not wait until the last day or two to create this application. Start as early as possible. Requirements: * Create a Banking application with an Account class, and ... CheckingAccount, that inherit from Account. * Create a ListOfAccounts class that uses a single Arrayli... re free. * A Savings account has no fees. * Create a BankApplication class with a main() function.
top @courses:cs203-201602:lab2
6 Hits, Last modified:
s your starting point for a Greeter program. * Create the program in a subdirectory of your CS203 direc... ain method. * Any other classes or methods you create in this project should have Javadoc comments. *... * Add a setName method to the Greeter class. * Create a class GreeterApp with a main() method for testing your program. * In main(), create two Greeter variables that refer to the same Gree
top @courses:cs203-201602:lab6.5
6 Hits, Last modified:
Set up teams of two students for this project * Create a program utilizing the Comparator interface * ... ===== Activities ===== * Find a teammate * Create a folder outside of your cs203 folder called ComparatorTeamx where x is your team number. * Create a Netbeans project in that folder with the JUnit ... dd two methods public static Comparator<Country> createComparatorByName(final boolean increasing) public
top @courses:cs203-201602:lab7
6 Hits, Last modified:
ject is intended to be worked on individually * Create a basic banking program utilizing the Comparator ... github repository ===== Activities ===== * Create a folder under your cs203 folder called BankingApp. * Create a Netbeans project in that folder with the JUnit ... e remote repository. * Project specifications: Create a class BankingSystem that maintains a list of ac
top @courses:cs203-201602:lab4
4 Hits, Last modified:
mine the responsibilities and collaborations. * Create a class diagram showing relationships and cardinalities. * Create sequence diagrams for a set of use cases. ===== ... ete. Additional assumptions may be required. * Create a class diagram showing the classes, their attrib... w us to evolve and extend the program later. * Create sequence diagrams for the following use cases:
top @courses:cs203-201602:lab8
4 Hits, Last modified:
the Up and Down actions as strategies. You could create a strategy interface, and a strategy class for ea... ey can be used to set the alarm time). You should create a strategy variable to remember the current state... can be used to determine which strategy should be created for the up and down buttons. The pair working ... ng entirely different. I suggest that each team create a class diagram first. Please include a jUnit te
top @courses:cs203-201602:lab5
3 Hits, Last modified:
lasses and methods. * Use a JUnit framework and create tests for all methods. ===== Activities ===== ... project is to be submitted to a repository to be created for each team. Team names are RentalTeamn where ... d be switched every half hour or so. * You must create a new folder for your project that is outside of
top @courses:cs203-201602:lab6
2 Hits, Last modified:
different partner than your previous partner. * Create a folder outside of your cs203 folder called AnimationTeamx where x is your team number. * Create a Netbeans project in that folder with the JUnit
top @courses:cs203-201602:github
1 Hits, Last modified:
===== Git References ===== * Create a github account * see Lab 1 * email me your github userna
top @courses:cs203-201602:lab3
1 Hits, Last modified:
skip the junit3 steps, we will use junit4. NOTE: Create a folder under your CS203 folder for this project