Codes in c#

By jari2002tje

16 0 0

Here is where i type code on my Phone so not everything Will work. More

Math

16 0 0
By jari2002tje

Calculator:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

Namespace Calculator
{
class Program
{
static void Main(string[] args)
{
Int num1;
Int num2;

Console.Write("Type here the first number to be multiplied: ");
Console.readline();
Int num1 = Convert.toint32(Console.readline())
Console.Write("Type here the second number to be multiplied: ");
Console.readline();
Int num2 = Convert.toint32(console.readline());
Console.writeline(num1 " multiplied with " num2 "=" + num1*num2);
Console.readkey();
}
}
}

Continue Reading

You'll Also Like

8.9K 92 14
Want to ask me questions? See my behind the scenes? Even see my upcoming story sneak peeks? There's even something better-talking to me about anythi...