The answer is Selection. Hope this helped you
The answer is either B) or D) because I remember learning this and the keyword I remember is analogue
Hope this helps —- XoXo
def computeGrade(float grade, str a){
a = "A" if a > 0.9 else a = "B" if a > 0.8 else "C"
return a;
}
print(a)