HW3 - MicroJ1 Modifying
Parse
microj() { var a=5,b=10,c=15; b=15; c=20; println (a+c); }