Advertisement
Java_Stojanov

Uvodni_Zadaci_2

Oct 29th, 2017
74
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 Drugi {
  4.  
  5.     public static void main(String[] args) {
  6.         int a=5;
  7.         int b=6;
  8.         int zbir=a+b;
  9.         System.out.println("Suma broja 5 i 6 je = " + zbir);
  10.  
  11.     }
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement