C++ Output Numbers
C++ Print Numbers
You can also use cout()
to
print numbers.
However, unlike text, we don't put numbers inside double quotes:
You can also perform mathematical calculations:
Exercise?What is this?
Test your skills by answering a few questions about the topics of this page
What is the output of the following code?cout << 3 + 3;