EChebanenko

Untitled

Aug 19th, 2020
2,418
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. package com.company;
  2.  
  3. public class Main {
  4.     public static void main(String[] args) {
  5.         for (int i = 1; i <= 10; i++)
  6.  
  7.             System.out.println("3*" + i + "=" + 3 * i);
  8.  
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment