using System;
public class Program
{
public static void Main()
int wowExp = (3 + 2) * 4;
Console.WriteLine(wowExp); // 20
}