Skip to content

Instantly share code, notes, and snippets.

View dragopro37's full-sized avatar

dragopro37

  • Joined Sep 12, 2025
View GitHub Profile
@dragopro37
dragopro37 / gist:7b76cfbc53c077b30b4774f0285536e2
Created September 12, 2025 14:37
Калькулятор
namespace ConsoleApp3
{
internal class Program
{
static void Main(string[] args)
{
Console.WriteLine("Put first number: ");
double num1 = Convert.ToDouble(Console.ReadLine());
Console.WriteLine("Put operation: (+, -, / , *): ");