Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SOFT Core
SOFT 160
conditionals_homework
Commits
0c7d312d
Commit
0c7d312d
authored
4 years ago
by
Christopher Bohn
Browse files
Options
Downloads
Patches
Plain Diff
Clarified instructions for Caucus app
parent
a891119b
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
+8
-7
8 additions, 7 deletions
README.md
with
8 additions
and
7 deletions
README.md
+
8
−
7
View file @
0c7d312d
...
@@ -121,8 +121,10 @@ three values, it is the value that is neither the maximum nor the minimum.
...
@@ -121,8 +121,10 @@ three values, it is the value that is neither the maximum nor the minimum.
when all tests are passing and the coverage of the
`main`
method is
when all tests are passing and the coverage of the
`main`
method is
100%.
100%.
13.
Take a screenshot showing your test results and coverage. For full points,
13.
Take a screenshot showing your test results and coverage. Instructions for
your screenshot must include:
taking a screenshot on your VM can be found
[
here
](
https://canvas.unl.edu/courses/94598/pages/how-to-take-a-screenshot-on-your-vm
)
.
For full points, your screenshot must include:
- the number of runs, errors, and failures and
- the number of runs, errors, and failures and
- the coverage percentage for the `main` method that you implemented.
- the coverage percentage for the `main` method that you implemented.
...
@@ -136,11 +138,10 @@ three values, it is the value that is neither the maximum nor the minimum.
...
@@ -136,11 +138,10 @@ three values, it is the value that is neither the maximum nor the minimum.
a caucus. An electronically-submitted precinct report is valid if it is in the
a caucus. An electronically-submitted precinct report is valid if it is in the
correct format. A precinct report provided over the telephone is always valid.
correct format. A precinct report provided over the telephone is always valid.
Given whether today is a caucus day, whether the precinct report is a
Given whether today is a caucus day and the nature of the caucus report, print
correctly-formatted electronic report, and whether the precinct report is a
the text "Precinct report accepted" followed by a newline if the caucus system
telephoned report, print the text "Precinct report accepted" followed by a
should accept the report. Otherwise, print the text "Precinct report rejected"
newline if the caucus system should accept the report. Otherwise, print the text
followed by a newline.
"Precinct report rejected" followed by a newline.
14.
(Optional) Write a solution to this problem in pseudocode using only one
14.
(Optional) Write a solution to this problem in pseudocode using only one
conditional.
conditional.
...
...
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