From 06d478e17074274ae23b2ae6ad60202bf7ef770a Mon Sep 17 00:00:00 2001 From: cmsmith890 <122848103+cmsmith890@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:42:26 -0400 Subject: [PATCH] Update client-a.txt completed --- client-a.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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