Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

19. what is the result of: 3 == 5?

Question

  1. what is the result of: 3 == 5?

Explanation:

Step1: Compare values

In programming, === is a strict equality operator. It checks if both the value and the type are equal. Here, the value of \(3\) is not equal to the value of \(5\).

Answer:

false