Week 7, JAVA Programming

Assignment Help:
This is a two part project, one in Alice, and another in Java. You can either zip the files together as one and upload the single zip file, OR upload the separate files. If you decide to upload multiple files, select each file one by one and upload using a single submission. You can use "Browse My Computer" multiple times to attach multiple files to your submission at one time.

PART 1: Alice

Create a world that satisfies the following requirements:

Must contain two scenes, the two scenes must be different enough that the user knows the scene has changed from one to the next.


Must contain at least 4 unique characters that can sing or talk


Using your knowledge of lists and arrays, at least one character should appear multiple times doing something together in unison


Each character must do something different, at least one character must move or be animated


The camera should move at least one time to another point of view.


One character must request some information from the user and doing something creative with the information on the screen.


Have fun and be creative! Your world can be anything you like to create. At long as you meet the requirements stated above, anything you design can be up to your imagination!

PART 2: Java

1) Submit a written document that contains definitions for the four terms below:


object:
class:
method:
field or variable:

2) Create a Java application that satisfies the following requirements below:

• Create a class named Point2D.
• Include variables x and y, and make them private.
• Include public methods to access (get) and modify (set) the values of

x and y.
• Include a displayPoint() method that prints out the current value of the Point
• Create a constructor for the Point2D class that accepts 2 parameters as input and then sets them to x and y respectively.
• In a Main class, create 2 instances of the Point2D class, and print them to the screen. Create a screenshot of the output you generated.

For part 2 of the assignment, only submit the source code files (*.java), and the screenshot you used for the assignment.

Related Discussions:- Week 7

What does a simple spring application contain, These applications are like ...

These applications are like any Java application. They are made up of not many classes, each performing a particular purpose within the application. But these classes are configure

Pattern printing program, Question Using 3 level of nested for loop, writ...

Question Using 3 level of nested for loop, write a program that will produce the output as below.

Java application for create-read-update in table, You are required to imple...

You are required to implement a Java application that allows a user to create, read, update and delete data in a table in a MySQL database. Your program must use a Java class that

Card, Create a class called DeckOfCards that stores 52 objects of the Card ...

Create a class called DeckOfCards that stores 52 objects of the Card class. Include methods to shuffle the deck, deal a deck, and report the number of cards left in the deck. The s

Decsion tree, implementation of DT in netbeans

implementation of DT in netbeans

Give an example of code using static and finalize, Give an example of code ...

Give an example of code using static and finalize Example Code: using static & finalize () We want to count exact number of objects in memory of a Student class the one de

Finding highest and lowest numbers, Hi i need help creating a small program...

Hi i need help creating a small program that basically asks the user how many numbers hes going to use and then ask for those numbers and see which is the biggest and the smaller

Program to brute force search, Ask questionWrite a program BruteForceSearch...

Ask questionWrite a program BruteForceSearch that uses the brute-force approach given above and compare its running time on your computer with that of Binary Search for largeW.txt

EJB in J2EE? , EJB 2.x is broadly adopted server side component architectu...

EJB 2.x is broadly adopted server side component architecture for J2EE. 1. EJB is a remote, distributed multi-tier system and allows protocols like IIOP, JRMP, and HTTP etc.

Exception handling in EJB, Java has two kinds of exceptions: 1. Checked ...

Java has two kinds of exceptions: 1. Checked exception: handled from java.lang.Exception but not java.lang.RuntimeException. 2. Unchecked exception: handled from java.lang.Ru

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd