C ++ application the name "DataStructures", which uses a structure (struct) named "Student" of multiple data, with elements:
studentid: int type name: string type gender: char type (only accepts "m" or "f") stature: float type state: boolean type The application should have a menu (similar to the array exercise) with the following options: Structure filling Structure printing Test the application and correct the errors, before continuing with the following points. After the structure is finished and working, modify the application to use a data structure arrary. Modify the menu with the following options: Structure definition (how many elements will the structure type arrangement have) Filling of the structure type arrangement Structure type arrangement printing The application should ask how many elements the arrangement will have Fill and print the structure with 5 elements.