#include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char** argv) { //purpose: 一維陣列的宣告與存取 //1.一維陣列 string name1[5] = {"tom","john","peter","jane","jolin"}; cout<<"the 1st one is "<