EChebanenko

Untitled

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