Explore Courses / Modern C++ Systems & Low-Level Programming / 1.2 Fundamental Types, const & cin/cout
+15 pts

1.2 Fundamental Types, const & cin/cout

20 minutes CPP

Types and Streams

cpp
int id = 101;
double val = 3.14;
cout << "ID: " << id << " Val: " << val << endl;

Hands-On Interactive Cloud Labs

Master modern Python, C#, C++, and game modding architectures with our browser-native Cloud Labs and automated test-driven grading engine.

Launch in Cloud Lab