Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Assume that x is a char variable has been declared and already given a value. Write an expression whose value is true if and only if x is a upper-case letter.

(x>='A' && x<='Z')
Source by matthew.maennche.com #
 
PREVIOUS NEXT
Tagged: #Assume #char #variable #declared #Write #expression #true
ADD COMMENT
Topic
Name
1+5 =