Advertisement
IvanITD

03.ReactangleArea

Jan 14th, 2024
373
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | Source Code | 0 0
  1. int a = int.Parse(Console.ReadLine());
  2. int b = int.Parse(Console.ReadLine());
  3.  
  4. int result = a * b;
  5.  
  6. Console.WriteLine(result);
Tags: C#
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement