Ass05

.docx

School

Wayne State University *

*We aren’t endorsed by this school

Course

3020

Subject

Computer Science

Date

Dec 6, 2023

Type

docx

Pages

6

Uploaded by MateMandrill3698

Report
CSC 3020 Java Programming Assignment 5 50 points Due 11/13/2023 11:59 PM gAll assignments must be submitted by the Canvas. No email or hard copy is accepted. Submit your file to the Canvas. You must submit your assignment on time; otherwise, you will receive zero. In addition, you cannot submit your file more than one time . 1. You need to upload your file(s) using the correct folder on the Canvas. 2. Name each file: “ AccessID _Assignment5.docx Your .docx Format must be formatted as follows: o Use Header 1 Titled Code o User Header 2 Titled Class List your Class code Don’t just paste…insert page breaks as necessary. o User Header 2 Titled Main List your Main code. Don’t just paste…insert page breaks as necessary. o User Header 1 Titled Scenarios o User Header 2 Titled Scenario 1 Scenario Description Scenario Picture (readable!!!). o User Header 2 Titled Scenario 2 o User Header 2 Titled Scenario N It is your responsibility to make sure that each file is uploaded correctly. If you uploaded a wrong file, you receive zero; files will not be accepted after due date even if you have a prove that the file is created before the due date. Your program should be free of syntax errors (i.e. it must compile). If it does not, you will receive a zero. Solution to this assignment will not be posted on Canvas; however, any question can be discussed in the class upon request of a student. Each solution text file MUST have the following flower box comment along with labels. /******************************************************************** Name: Access ID: Date: mm/dd/yyyy
CSC 3020 Java Programming Assignment 5 50 points Due 11/13/2023 11:59 PM *******************************************************************/
CSC 3020 Java Programming Assignment 5 50 points Due 11/13/2023 11:59 PM Write a java program that uses a rectangle class to take user input (50 pts). Coding Style You must use appropriate variable names that are descriptive of the variable contents, method function, etc. You must use single-letter variables for for loops. You must name variables, method names, and classes using standards presented in class (i.e. camel case, or init capped). You must use a Class Object to perform calculations. The main loop drives the menu options. You must use class methods to perform menu items. When prompting for data, make sure there are no errors in response. Respond appropriately and then re prompt. Each method MUST have a flower pot comment which also includes a description of what the method does. This will be placed BEFORE the actual method declaration. /************************************************************************ Method Name : Method Description : <what does this method do.> <what’s special about this method (i.e. is it overloaded?, any assumptions ) Method Input Parameters : <param 1> what it contains. <param 2> what it contains. If no parameters, say that instead. Method Return Parameters <param 1> what is sent back Author Name: Author Access ID: Author Date: *************************************************************************/
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help