Multiple Choice
Suppose What is the printout of the call nPrint('a', 4) ?
A) aaaaa
B) aaaa
C) invalid call, because 'a' is a character, not a string.
D) aaa
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: Which of the following should be declared
Q2: What is Math.rint(3.5)? <br>A) 3<br>B) 5.0<br>C) 4<br>D)
Q3: When you invoke a method with a
Q4: The signature of a method consists of
Q5: A variable defined inside a method is
Q6: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2835/.jpg" alt=" _. A)
Q8: Analyze the following code: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB2835/.jpg" alt="Analyze