The logical comparison operator for greater than or equal to is ?
Indicate whether the statement is true or false
FALSE
Computer Science & Information Technology
You might also like to view...
What is the value of the expression that follows?
``` strcmp(“dog”, “Dog”); ``` a. -1 b. 0 c. 1 d. ‘\0’ e. none of the above
Computer Science & Information Technology
The method attribute of the form element ______________.
a) specifies the method to call when the client clicks the "submit" button b) describes how the form’s data is sent to the Web server c) redirects the client to another Web page d) None of the above.
Computer Science & Information Technology