#include #include "userinfo.h" //These lines are needed for use of cout and endl using std::cout; using std::endl; int main() { uiscalar uisc("Sc"); uivec uiv("VEc"); uistring uist("Str"); uicompound uic(2); cout << uisc <