Revision as of 18:44, 13 May 2024 by Admin (Created page with "Write a function to check if an integer is negative; the declaration should look like bool is_positive(int i);")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ABy Admin
May 13'24

Exercise

Write a function to check if an integer is negative; the declaration should look like bool is_positive(int i);