Advertisement
Java_Stojanov

Uvodni_Zadaci_3

Oct 29th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.19 KB | None | 0 0
  1. package Zadaci;
  2.  
  3. public class Treci {
  4.  
  5.     public static void main(String[] args) {
  6.         int a = 5;
  7.         int b = 6;
  8.         int pro=a*b;
  9.         System.out.println("Proizvod broja 5 i 6 je = "+pro);
  10.  
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement