mjc65

PreAssessmentCode1

Feb 9th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1. a=43;
  2. b=26;
  3. if (a < 45 and b > 26)
  4. {
  5.     printf(“SUCCESS”);
  6. }
  7. else
  8. {
  9.     printf(“FAILED”);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment