what happened in this code can someone explain me this code ? please
p saraf
Level 2
what happened in this code can someone explain me this code ? please
Under discussion
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
NaTasia Madison
15 May 2021, 02:36
In order to call the Solution's class print method 3 times and display the String 4 times, you have to create a for loop that runs the String 4 times. Inside of the for loop you have to print each String. Which will then display the 3 Strings in main 4 times.
0