diff --git a/client-a.txt b/client-a.txt index 09f6cf6..eb4e4b5 100644 --- a/client-a.txt +++ b/client-a.txt @@ -1,4 +1,10 @@ # Client Task A # # Add your pseudocode to this file below this line: # # ------------------------------------------------- # - +START +Check if the number is less than or equal to 10 +IF i > 10 + Print "Correct!" +ELSE + print "Try again!" +END