Question: CP 1 0 2 5 - Introduction to Programming: Assignment 2 e semester grade ant , you will design, plan and create a program written

CP1025- Introduction to Programming: Assignment 2
e semester grade
ant, you will design, plan and create a program written in Java that
Your code uses only programming techniques we have used in the course to date
Your program must contain:
Variables of different data including Strings (Modules 2 and 4)
Decision structures (if - else if - else blocks)(Module 3)
Looping structures (while, do-while or for loops). Loops must use proper exit conditions (no while(true) loops, no use of break or continue)(Module 3)
Methods: Your program must contain a minimum of four methods + the programs 'main' method (Module 5)
Optional: use of methods from the Math class (Module 4)
The type of program you create is up to you. It can be a game-based program, a business based program or anything that you are interested in creating, so long as the program is complex enough to include all the elements listed above.
Please refer to the "Bank Account Manager" example posted in Module 5, Unit 1. That example includes a sample execution and a pseudo-code document that includes multiple methods.
You will complete the assignment in three stages:
Stage 1- Analysis and Design (15%)
Due Date: Tuesday, November 26th by 9PM
You will decide on your idea for a program. You are encouraged to discuss your idea with the professor either in person or via email before proceeding to the next steps
You will create a sample execution for your proposed program
You will create a simple pseudo-code document for your program. Your pseudocode must identify each method that your program will contain
You will submit both the sample execution and pseudo-code document by the due date.
Stage 2- Implementation (60%)
Due Date: Wednesday, December 4th by 9PM
Based on the analysis you did in stage 1, you will write the Java code to implement your program as proposed
Your Java code must only use techniques covered in the course this semester. Do not use arrays, 'Stringbuilder' class, exception handling, while(true) loops or other techniques that were not covered in the course.
You code must conform to the criteria list on the first page of the assignment document
Your program must contain at least four (4) methods in addition to the 'main' method
Your code must use the following:
Proper naming conventions (variable and method names should be descriptive)
Proper style: Blocks must be indented, appropriate use of whitespace Note Please dont use Bank manager java code use either number guessing game or any other but don't use bank manager And don't use case break, stringbuilder, while true loops or other techniques
CP 1 0 2 5 - Introduction to Programming:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!