using System;
public class Program
{
public static void Main()
var x = "as";
var y = "ad";
var input = Console.ReadLine();
switch(input)
case "gul":
Console.WriteLine("2 kere sulanmalı");
break;
case "papatya":
Console.WriteLine("1 kere sulanmalı");
case "karanfil":
Console.WriteLine("3 kere sulanmalı");
default:
Console.WriteLine("esur");
}
Console.WriteLine($"{x} {y} esur"); // dolar muhabbetine bak