Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package compiler;
- public class NewClass2 {
- public static void main(String[] args) {
- for (int i = 0; i < 10; i++) {
- System.out.print(i+" > ");
- }
- System.out.println("end of the loop");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment