using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks;
namespace ConsoleApplication18 { class Program { static void Main(string[] args) { int a = 2; int b = 2; int c = a * b; Console.WriteLine("c = " + c); Console.ReadLine(); } } }
"assignmentexpert.com" is professional group of people in Math subjects! They did assignments in very high level of mathematical modelling in the best quality. Thanks a lot
Comments