int x = 10; int y = 12; int *ax = &x int *ay = &y int*a = new int; int temp;
i cant seem to get this code to run and i need to know the output can some one plz help me ? vector<int> myinventory(4); myinventory[0] = 2; for...
Separate names with a comma.