26 what value will be assigned to strgrade when intscore equals 90 if
Search for question
Question
26. 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 а.А b. В с. С d. D