You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-language/guided-project-arrays-iteration-selection/includes/2-prepare.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ You're developing a Student Grading application that automates the calculation o
15
15
16
16
- Include extra credit assignment scores in the student's scores array.
17
17
- Extra credit assignments are worth 10% of an exam score (when calculating the final numeric grade).
18
-
- Add extra credit assignment scores to the student's total exam score before calculating the final numeric grade.
18
+
- Add extra credit assignment scores to the student's total exam score before calculating the final numeric grade. Rounding errors are acceptable in calculations.
19
19
20
20
- Your application needs to automatically assign letter grades based on the calculated final score for each student.
21
21
- Your application needs to output/display each student’s name and formatted grade.
Copy file name to clipboardExpand all lines: learn-pr/wwl-language/guided-project-arrays-iteration-selection/includes/5-exercise-implement-selection-statements.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -407,7 +407,7 @@ You will be using these extra credit scores and the application requirements pro
0 commit comments