79758725

Date: 2025-09-08 09:51:35
Score: 1.5
Natty:
Report link

Hey In the above Question in place of comparison you are assigning value `

col[19]="ALERT"

` replace with `

col[19]=="ALERT"

`

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Uday Kumar Purbey