You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.
public class test begins here. public static method main returns void with parameters String[] args begins here. integer i gets 0. while i is less than 20 do print i to string to console. if i mod 3 is 0 then print "hello" to console. end postfix increment i. end call thisIsATest with parameters 2 and 3. end public static method thisIsATest returns void with parameters integer num1 and integer num2 begins here. print num1 times num2 to string to console. end end