monkeyslut45

Кирилл Деменев

Oct 21st, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.37 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class Main {
  4.  
  5.     public static void main(String[] args)
  6.     {
  7.         int m, a;
  8.         Scanner in = new Scanner(System.in);
  9.         //типПеременной имяПеременной = new типПеременной();
  10.         m = in.nextInt();
  11.         a = in.nextInt();
  12.         System.out.println("F = " + m*a);
  13.     }
  14. }
Add Comment
Please, Sign In to add comment