jmorwick / codecafe

A web application and framework for teaching programming fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create a data-driven evaluate an expression exercise

jmorwick opened this issue · comments

contains java snippets which are run on the jshell at the time it is loaded
contains a target value the user's expression must evaluate to (in terms of the current state of the jshell -- variable values, defined functions, etc)..
Otherwise similar to the function unit test goal