coursework-banner

Capella IT2249 Introduction to Programming with Java Unit 4 and 5 Assignment

Capella IT2249 Introduction to Programming with Java Unit 4 and 5 Assignment

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.

 

IT2249 Introduction to Programming with Java

Unit 5 Assignment

Find Highest and Lowest of Five Integers Using Java Loops

In this assignment, you will design and code a Java console application that takes as input five integer values and produces as output the lowest and highest values of these five integer values. The application uses Java looping constructs to implement its functionality.

Your program output should look like the sample output provided in the “Find Highest and Lowest of Five Integers Using Java Loops Instructions” course file resource. Full instructions for successfully completing this assignment are included in this resource. Use the provided submission template, WeekXSolutionSubmissionTemplate.docx.

Your assignment will be scored according to the following criteria:

Design a program that meets Java looping statements requirements.

Code an application that exercises looping constructs.

Test the application and documents testing.

Explain the approach taken to develop the application 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

Find Highest and Lowest of Five Integers Using Java Loops Scoring Guide.

Week X Solution Submission Template.

Find Highest and Lowest of Five Integers Using Java Loops Instructions.