![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
main
. When
you run a C++ program, you initiate
the computations specified in that main
function.
*
, and the output operator,
<<
. Operators do their work on operands.
#include
cout << expression whose value is to be displayed;
endl
:
cout << endl;