write Java code to print a string
Answers
Answered by
0
Answer:
To print a string in Java Programming, first you have to ask to the user to enter the string and place that string in any variable say str, and now place this variable str in the bracket of System. out. print()....
Similar questions