List of all available Websheets
Viewing cpp/cs103/hw-variables/output by daveagp@gmail.com. You have unsaved changes. Log in above to create, edit, preview and publish Websheets.
Property | Value |
---|---|
Description html markup shown to student | What does the following program output? <pre> #include <iostream> using namespace std; int main() { cout << 2 * 5; cout << 3; return 0; } </pre> (Feel free to run it on your own machine if you want. If you don't have the VM installed yet, feel free to use the <a href='javascript:websheets.load("cpp/scratch")'>"scratch" websheet here</a>.) |
Engine | |
Correct answer |
Note: problems are open-source by default (see 'Public permissions'). Assumed license for open problems is Creative Commons 4.0 Attribution-ShareAlike unless specified in 'Remarks'.