Skip to content
Snippets Groups Projects
Commit 0c7d312d authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Clarified instructions for Caucus app

parent a891119b
No related branches found
No related tags found
No related merge requests found
...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment