Question 16
You are developing a banking module. You have developed a class named ccMask that has a maskcc method.
Given the code fragment:
You must ensure that the maskcc method returns a string that hides all digits of the credit card number except the four last digits (and the hyphens that separate each group of four digits).
Which two code fragments should you use at line n1, independently, to achieve this requirement? (Choose two.)
Question 17
Given the code fragment:
Which code fragment, when inserted at line 3, enables the code to print 10:20?
A:
B:
C:
D:
Question 18
Given the code fragment:
What is the result?
Question 19
Given:
What is the result?
Question 20
Given the following class:
And given the following main method, located in another class:
Which three lines, when inserted independently at line n1, cause the program to print a 0 balance?
