#include using namespace std; int main() { struct player { int assists; int points; int rebounds; }; struct player The_Answer; }