Skip to content

Commit c7f21c6

Browse files
Missing variable
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.
1 parent c5ce548 commit c7f21c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

exercises/practice/grade-school/src/grade-school.cob

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
WORKING-STORAGE SECTION.
66
01 WS-STUDENTNAME PIC X(60).
77
01 WS-STUDENTGRADE PIC 9.
8+
01 WS-DESIREDGRADE PIC 9.
89
01 WS-RESULT PIC X(5).
910

1011
01 STUDENTROSTER.
@@ -21,4 +22,4 @@
2122

2223

2324
GET-GRADE.
24-
25+

0 commit comments

Comments
 (0)