Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
decomposition and conditionals homework
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SOFT Core
SOFT 160
decomposition and conditionals homework
Commits
71ceb987
Commit
71ceb987
authored
4 years ago
by
Christopher Bohn
Browse files
Options
Downloads
Patches
Plain Diff
corrected README
parent
a7dbb3c5
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+10
-8
10 additions, 8 deletions
README.md
with
10 additions
and
8 deletions
README.md
+
10
−
8
View file @
71ceb987
...
...
@@ -6,22 +6,24 @@
## Overview
Conditionals play an important role in code by enabling programs to apply
different solutions in different situations. In this assignment you will
practice reading and writing conditional code to solve simple computational
problems.
Proper problem and solution decomposition is an important software engineering
technique for writing readable and maintainable code. In this assignment you
will practice decomposition to solve two small computational problems whose
solutions may not be obvious from their descriptions. You will also practice
writing code that uses an enumerated type, string concatenation, and exception
handlers.
## Learning Goals
By completing this assignment, you should be able to:
1.
Unscramble Java code to create a program that solves a given
pro
ble
m,
1.
Decompose a solution to a problem into multiple methods in a Java
pro
gra
m,
2.
Write a Java program to solve
a
s
im
ple problem
,
2.
Use an enumerated type to represent values from
a
l
im
ited space
,
3.
Write maintainable code
, and
3.
Use string concatenation to format text output
, and
4.
Run JUnit system tests and collect coverage information
.
4.
Use exception handlers to catch and handle input errors
.
## Instructions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment