c++教程2操作符
2操作符[*]算数运算
[*]赋值
[*]比较
[*]逻辑运算
[*]条件检查
[*]size
[*]优先级
[*]数据类型转换
2.1 算数运算
https://img2023.cnblogs.com/blog/3174021/202312/3174021-20231227093534268-810312783.png
arithmetic.cpp
#include using namespace std;int main(){int a = 8, b = 4;cout
页:
[1]