Remember pick a category/group to model (Books, Planets, Musical Instruments, etc...). Declare 10 variables to model different characteristics of all members of the category/group. Use at least 1 of each string, char, bool, float or double, int or unsigned int. Each variable declaration should have a good variable name, an appropriate type. The entire set of variables should be initialized to represent 1 member of the category/group. You should print out the contents of each variable with a descriptive label. Here is a helpful program to look at: http://people.clarkson.edu/~jmatthew/cs141/prog/03_variables/1_variableDeclarations_v2.cpp Remember to turn the files prog0.cpp and transcript.txt into the prog0 directory we created for you.