Facebook
From Capacious Cat, 3 Years ago, written in Plain Text.
This paste is a reply to Untitled from Александър Бинев - go back
Embed
Viewing differences between Untitled and Re: Untitled
 //vhod 
            //kucheta cqlo chislo
            int kuche = int.Parse(Console.ReadLine());
            int jivotni = int.Parse(Console.ReadLine());
            //drugi jivotni

            //operacii
            //hrana za kuche cena 2.50*kuche
            //cena za drugi jivotni 4.00*drugi jivotni
            double hrana=(2.50* kuche);
            double hrna = (4.00 * jivotni);
            //izhod
            Console.WriteLine($"{hrana + hrna,0:F2}lv");
            //kraina cena