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

Sequence diagrams , Sequence diagrams are communication diagrams which deta...

Sequence diagrams are communication diagrams which detail what messages are sent and when. The sequence diagrams are placed according to time. The time performs as you move from to

What is an iterator, What is an Iterator? Some of the collection classe...

What is an Iterator? Some of the collection classes give traversal of their contents via a java.util.Iterator interface. This interface permits you to walk through a collection

Implement the list calss, Your next task is to implement the MovieList clas...

Your next task is to implement the MovieList class that manages the details for a list of DVD Movies read from the specified data file. The constructor will include a parameter tha

Online music store application, An online music store offers all songs for ...

An online music store offers all songs for 3$ each. The store requires members to prepay any amount of money they wish, and then download as many songs accordingly. You are require

What is an abstract class in java, Question: (a) Java does not support ...

Question: (a) Java does not support multiple inheritance but does provide the concept of ‘interface'. Explain how interfaces can help a programmer to implement multiple inheri

Explanation of EM algorithm, try { pa="weblog"; pa...

try { pa="weblog"; pas="weblog"; Connection c; Statement st;

How does an exception permeate through the code, How does an exception perm...

How does an exception permeate through the code? An unhandled exception moves up the method stack in search of a matching When an exception is thrown from a code which is wrapp

What are the two primary methods of implementing security, Question : a...

Question : a) There are up to 14 different built-in groups that might be located by default in the Builtin container including "Account Operators", "Incoming Forest Trust Bui

Digital clock, how to Using polymorphism to write a program to display digi...

how to Using polymorphism to write a program to display digital clock?

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