Skip to content

Commit

Permalink
Missing variable
Browse files Browse the repository at this point in the history
WS-DESIREDGRADE is required by the tests, and should be available from the start, to allow all tests to fail from the start, instead of receiving compile errors.
  • Loading branch information
Rune-Christensen committed May 8, 2024
1 parent c5ce548 commit c7f21c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion exercises/practice/grade-school/src/grade-school.cob
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
WORKING-STORAGE SECTION.
01 WS-STUDENTNAME PIC X(60).
01 WS-STUDENTGRADE PIC 9.
01 WS-DESIREDGRADE PIC 9.
01 WS-RESULT PIC X(5).

01 STUDENTROSTER.
Expand All @@ -21,4 +22,4 @@


GET-GRADE.


0 comments on commit c7f21c6

Please sign in to comment.