Write an expression to represent the following condition:
digit is either equal to 50 or not less than 100
digit == 50 || !(digit < 100)
Computer Science & Information Technology
You might also like to view...
A textbox control will display as Unbound if it is linked to a field
Indicate whether the statement is true or false
Computer Science & Information Technology
To change the AutoSave frequency, display the ________ dialog box
A) AutoSave B) AutoRecover C) Save As D) Word Options
Computer Science & Information Technology