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);
Write a function to check if an integer is negative; the declaration should look like bool is_positive(int i);