Question: CP 1 0 2 5 Introduction to Programming: Assignment 2 Worth 1 5 % of the semester gradeFor this assignment, you will design, plan and
CP Introduction to Programming: Assignment Worth of the semester gradeFor this assignment, you will design, plan and create a program written in Java thatconforms to the following criteria: Your code uses only programming techniques we have used in the course to date Your program must contain:o Variables of different data including Strings Modules and o Decision structures if else if else blocksModule o Looping structures while dowhile or for loops Loops must use proper exitconditions no whiletrue loops, no use of break or continueModule o Methods: Your program must contain a minimum of four methods theprograms main method Module o Optional: use of methods from the Math class Module The type of program you create is up to you. It can be a gamebased program, a businessbased program or anything that you are interested in creating, so long as the program iscomplex enough to include all the elements listed above.Please refer to the Bank Account Manager example posted in Module Unit Thatexample includes a sample execution and a pseudocode document that includesmultiple methods.You will complete the assignment in three stages:Stage Analysis and Design Due Date: Tuesday, November th by PM You will decide on your idea for a program. You are encouraged to discuss your ideawith 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 pseudocode document for your program. Your pseudocode must identify each method that your program will containYou will submit both the sample execution and pseudocode document by the duedate.Stage Implementation Due Date: Wednesday, December th by PM Based on the analysis you did in stage you will write the Java code to implementyour program as proposed Your Java code must only use techniques covered in the course this semester. Donot use arrays, Stringbuilder class, exception handling, whiletrue loops or othertechniques that were not covered in the course. You code must conform to the criteria list on the first page of the assignmentdocument Your program must contain at least four methods in addition to the mainmethod Your code must use the following:o Proper naming conventions variable and method names should bedescriptiveo Proper style: Blocks must be indented, appropriate use of whitespaceStage Interviews During class time on Tuesday, Dec thYou must understand the code you submit and be prepared to explain it and answerquestions about it All students will be scheduled for a minute interview with me duringclass time on Tuesday, Dec th In that meeting, you will explain your program to me in ashort minute explanation and answer any followup questions that I ask.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
