Let's start with creating a variable that holds the first test score. We'll call it score_1 and assign it the value of 98.5.
score_1
98.5
Make sure to pick score_1 followed by = and then 98, ., 5.
=
98
.
5