Not logged in. Log in with GitHub. About Websheets.

List of all available Websheets


Viewing cpp/cs103/hw-variables/variables by daveagp@gmail.com. You have unsaved changes. Log in above to create, edit, preview and publish Websheets.
PropertyValue
Description
html markup
shown to student
 
Which of the following are true statements about variables in C++?
<i>Select all correct answers.</i>
Engine
Choices
json list of string, bool pairs
e.g. [["good", true],
["bad", false]]
 
[["every variable stores data of one specific \"type\"", null], ["you can declare a variable and assign it an initial value on the same line", null], ["you can declare a variable without assigning it an initial value on the same line", null], ["a variable's value can change", null], ["a variable's type can change", null]]


Optional properties:

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'.