using System.Collections.Generic;
public static void Main()
} else if (score >= 70) {
} else if (score >= 60) {
} else if (score >= 50) {
var scoreSteps = new Dictionary<int, string>
foreach (var kv in scoreSteps) {
if (score >= baseScore) {
Console.WriteLine(grade);