Answer:
#include
Step-by-step explanation:
iostream is basically a header file which is included by the #include preprocessor directive and jostream contains the input output functions.
GradeBook is a class and #include preprocessor directive is used to include definition of class GradeBook
So #include will fail to find its desired header file.