What value will be assigned to strGrade when intScore equals 90?
```If intScore > 60 Then
strGrade = “D”
End If
If intScore > 70 Then
strGrade = “C”
End If
If intScore > 80 Then
strGrade = “B”
End If
If intScore > 90 Then
strGrade = “A”
End If
```
a. A
b. B
c. C
d. D
b. B
You might also like to view...
The command to close the rlogin connection is:
a: end b: close c: exit d: q e: rq
A major milestone in a person's life, such as a move or new employment, added to that person's Facebook Timeline is called a(n) ________
Fill in the blank(s) with correct word
To provide more navigation options, it's good practice to include a(n) skip link at the top of each web page, which targets a hash link at the start of the main page content and allows users to bypass navigation. _________________________
Answer the following statement true (T) or false (F)
Describe the three key assumptions regarding software projects that every agile software process must address.
What will be an ideal response?