Answer to Question #65304 in C# for hunnnn

Question #65304
2 * 2 = ?
1
Expert's answer
2017-02-14T04:23:18-0500
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();
}
}
}

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS