nvnnaidenov

Expression - Chapter 1.0

Feb 9th, 2022
340
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. //Task 002, Chapter 1.0
  2. using System;
  3.  
  4. public class Expression
  5. {
  6.     static void Main()
  7.     {
  8.         Console.WriteLine((3522 + 52353) * 23 - (2336 * 501 + 23432 - 6743) * 3);
  9.     }
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment