C++ programming

Write a program given the following conditions: The program should will declare a structure for Student Records that will contain the following:a. First Nameb. Last Namec. Genderd. Grades per Subject:i. Englishii. Mathematicsiii. Scienceiv. ComputerThe program should...