Answered step by step
Verified Expert Solution
Question
1 Approved Answer
STIA1113 - Programming Project Semester 1 2022/2023 (A221) Application System You are required to write a Java application system that should be able to: -
STIA1113 - Programming Project Semester 1 2022/2023 (A221) Application System You are required to write a Java application system that should be able to: - Add data - View all data - Search a particular data - Delete a particular data - Edit a particular data Your application should fulfil the following requirements: 1. Usage of selection and repetition (where appropriate) structures 2. Usage of methods 3. Usage of array 4. Usage of menu 5. Some forms of calculation 6. Validate your input Notes: 1 Proposal You need to prepare a proposal by stating the application system that you want to develop, the problem statement (the problem in the current situation that triggers the idea to develop the system). You also need to include some of the functions for the proposed system. (Due: 5Jan 2022 - you need to write/submit your proposal to the created forum in UUM Online learning). 2 Programming Standards You'll be expected to observe good programming and documentation standards. All the discussions in class about formatting, structure, and commenting your code will be enforced. The given code should satisfy the documentation standards below. You will be expected to follow these standards and others in all of your programs. Some, but not necessarily all, specifics include: - You must include header comments specifying your name and the date your source code and documentation were completed. - The header comment must also include a brief description of the purpose of the program (sort of a user guide) - this should be in your own words, not copied from this specification. - You must use meaningful, suggestive (of function or purpose) variable, class or method names. - Precede every major block of your code with a comment explaining its purpose. You don't have to describe how it works unless you do something so sneaky it deserves special recognition. 3. Evaluation You will be evaluated based on the readability of your code, program correctness, correct usage of Array, uses of repetition structure, uses of selection structures, uses of method, menus and calculation and the overall of the program implementations. Please make sure that your Dec 2022 STIAIII3 - PROGRAMMINGI program is different from the other groups. If you copy someone's source codes (Intemet etc.), you are cheating and you WILL NOT get any marks for this project. 4 Consultation I will create a forum entitled "STIA1113 Programming Project" on the UUM Online Learning for you to ask questions and discuss the project. If you need to ask me personally, please use the group telegram
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started