Capella IT2249 2020 January Unit 4 Assignment Latest
IT2249 Introduction to Programming with Java
Unit 4 Assignment
Validate User Input Using Java Chars and Strings
In this assignment, you will design and code a Java console application that validates the data entry of a course code (like IT4782) and report back if the course code is valid or not valid. The application uses the Java char and String data types to implement the validation.
Your program output should look like the sample output provided in the "Validate User Input Using Java Chars and Strings Instructions" course file resource. Full instructions for successfully completing this assignment are included in this resource. Use the submission template, WeekXSolutionSubmissionTemplate.docx.
Your assignment will be scored on the following criteria:
Design a program that meets char and String processing requirements.
Code an application that validates data entry.
Test the application and document testing.
Explain the approach taken to complete data validation and the major decisions made.
Identify relevant fundamental constructs in the submitted program.
Communicates efficiently, effectively, and in an appropriate manner as an IT professional.
Resources
Validate User Input Using Java Chars and Strings Scoring Guide.
Week X Solution Submission Template.
Validate User Input Using Java Chars and Strings Instructions.
-
Rating:
/5
Solution: Capella IT2249 2020 January Unit 4 Assignment Latest