Advertisement
lidka-21

Untitled

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