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 s

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 01:50:30
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 s

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 s
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.
小弟新手,=
帮下忙吧

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 s
a) static
b) switch...case
c) index/subscript
d) related
e) compareToIgnoreCase
f) addXXXListener