which of the following statements declares the studentgrade variable? enum studentgrade {a, b, c, d, f}; enum int {a, b, c, d, f} studentgrade; enum studentgrade {a, b, c, d, f} grades; enum grades {a, b, c, d, f} studentgrade;