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

List of all available Websheets


Viewing java/00-intro/TwoPlusTwo 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
 
Fill in the program so it <i>prints</i> out the integer obtained by adding 2 and 2.
Public permissions remove
Engine
Template / Reference solution
 
public static void main(String[] args) {
\[
   System.out.print(2+2);
]\
}
Java test suite
See manual
 
testMain();
Solution visibility remove


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