#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) { //1.宣告普通變數 a int a; a = 7; cout<<"\n普通變數a的數值 = "<