Advertisement
lidka-21

Untitled

Sep 17th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. ackage com.company;
  2.  
  3. public class Main {
  4.  
  5. public static void main(String[] args) {
  6. int a = 35;
  7. int b = 20;
  8. int c = a - b;
  9. System.out.println("результат: " + c);
  10. }
  11.  
  12.  
  13.  
  14.  
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement