2020-08-23 | 6132

变量

在整个程序中,变量的值可以根据需要进行多次更改。

例如:

int a = 100;
a = 50;
cout << a;
 
// 输出 50

0

发表评论

    评价:
    Rich Text Editor
    最新评论