What function will change a TRUE result to FALSE and a FALSE result to TRUE? NOT OR AND SWITCH
The correct function is NOT. It flips TRUE to FALSE and FALSE to TRUE.
Answer: NOT
The correct function is NOT. It flips TRUE to FALSE and FALSE to TRUE.
Answer: NOT