Create four variables to store data for a student module. The variables should be named:

A) studentName, gpa, numberOfRoommates, and honors.
B) student_Name, GPA, numRoommates, and honors_student.
C) nameOfStudent, gradePointAverage, roommatesCount, and honorsStatus.
D) All of the above.