QUESTION IMAGE
Question
- what is the result of: 3 == 5?
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\).
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
false