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/07/27 14:43:26
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
xSn@)9)uȜ(S\ֻffmC )t(e $%]ۇT:7uX^҉v ;Q>z ^ x;Jt#[,@'> PO&ǒepݑ7Eb1(\h>JNHܙ19MF.#z`VR{O3D&}po;TlhE5H xJy$IB.AdFK4$2G+)U9+OW:f:S2 R>F5tWMCVR~ʢ3gev*I-C"Jډ>KNū&-g~Jp˛'ƫ○?/v]?OݭgS/4yu[JR 6΋8¼ OëL/f.Vfym%'.VҢ_ ޥ

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