I foresee a recurring need to print strings in the life of a programmer! To print a string, you have to use a specific method... or write your own that has some special features. This task is different in that our method shouldn't simply display a string. Instead, it should change the string by adding the word "printing".
Printing strings
- 1
Locked
Comments (9)
- Popular
- New
- Old
You must be signed in to leave a comment
acg.comured
14 June 2021, 16:00
ok
0
Prasanthi
29 August 2019, 08:41
Please do all the exercises in Intellij in the debug mode. Things are super easy these days for me. Love intellij and it gives a lot of suggestions as well. Please google and check how to use the debug mode.
0
Clarence L Mackey
13 June 2019, 00:40
my laptop was down and my tablet was printing the wrong ASCII left quotation marks
0
ANUJ KUMAR YADAV
6 May 2019, 05:48
guys please help out
0
Prasanthi
29 August 2019, 09:17
Please use Intellij debug mode.
0
Talha Javed
30 October 2018, 05:40
can anyone give the right ans plz
0
Roman
30 October 2018, 06:20
Posting the solution in the comments is prohibited.
0
Jan Pieter Beltman
25 November 2018, 19:09
Hint: make sure you can print the line itself, then test for ways to get "printing: " in front of it. Loads of ways to do it! (you can also think about concatenation)
0
Prasanthi
29 August 2019, 08:42
Please use intellij in the debug mode . It will give you the answer.
0