я пишу калькулятор на си шарп, я застрял на моменте того что я не знаю как сделать сиситему ввода знаков типа + - и т д. Вот код using System;
namespace project { class Program { static void Main() { Console.WriteLine("Введите первое число:"); int num1 = Convert.ToInt32(Console.ReadLine()); Console.WriteLine("Введите второе число:"); int num2 = Convert.ToInt32(Console.ReadLine()); if() {
using System;
namespace project
{
class Program
{
static void Main()
{
Console.WriteLine("Введите первое число:"); int num1 = Convert.ToInt32(Console.ReadLine());
Console.WriteLine("Введите второе число:"); int num2 = Convert.ToInt32(Console.ReadLine());
if()
{
}
}
}