Saturday, October 20, 2018

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

namespace ConsoleApplication9
{
    class Program
    {
        static void Main(string[] args)
        {
            int ball;
            int m;

            Console.WriteLine("plz enter number the ball");
            ball = int.Parse(Console.ReadLine());
            m = ball / 20;

            if (ball > m)
                Console.WriteLine("the plus " + (m + 1));
else 
console.write line (c);
            Console.ReadKey();


        }
    }
}

No comments:

Post a Comment