please do this fast
Attachments:
![](https://hi-static.z-dn.net/files/d21/a9f2cde09f09114c09ee37676d49a30f.jpg)
Answers
Answered by
7
Answer:
System.out.print("for" + "\n\n\n" + "example") should solve your problem. The first "\n" is for ending "for" and then two blank lines
or
System.out.println("for");
System.out.println();
System.out.println();
System.out.println("example");
Share Improve this answer Follow
hope it's helpful for you to learn
Similar questions