To declare a char variable in C++, we use the char keyword. ... #include <iostream> using namespace std; int main() { char grade = 'B'; ...
確定! 回上一頁