Advertisement
Guest User

Java

a guest
Nov 13th, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. package cislovy_retezec;
  2.  
  3. public class retezec {
  4.  
  5. public static void main(String[] args) {
  6. int a = 5;
  7. int b = 10;
  8. int nasobek = a * b;
  9. if (nasobek != 50)
  10. System.out.println("ERROR");
  11. if (nasobek == 50) {
  12.  
  13. }
  14. }
  15.  
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement