Advertisement
zainarfi00

3.1 Self Check

Sep 29th, 2015
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. public class printStrings
  2. {
  3. public static void main(String[] args)
  4. {
  5. for(int number=1; number<=5; number++)
  6. {
  7. System.out.print("abc ");
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement