Greater and Less Than Operators (4 marks)
Write a code snippet that uses relational operators to check if the user’s input for a variable score is greater than or equal to 50 but less than 100. Also include a comment explaining what each part of the condition is checking.
Greater and Less Than Operators (4 marks) Read More »