作业帮 > 英语 > 作业

Fill in the blanks in each of the following statements:(6 ma

来源:学生作业帮 编辑:作业帮 分类:英语作业 时间:2024/07/05 16:43:57
Fill in the blanks in each of the following statements:(6 marks)
a) A global variable is also known as a ______ variable.
b) A _____ statement is an alternative to a multi-selection if…else structure
c) A ___________ is an integer contained within square brackets that indicates one of an array’s variables or elements.
d) A ___________ array is one with the same number of elements as another,and for which the values in corresponding elements are related.
e) A ___________ method compares two strings irrespective of case.
f) The _________ method in an applet processes user events such as mouse clicks.
小弟新手,=
帮下忙吧
a) static
b) switch...case
c) index/subscript
d) related
e) compareToIgnoreCase
f) addXXXListene