C# Methods (Functions)
In object-oriented programming languages, functions are called methods. We do everything same with when we doing something with functions using with the methods. Briefly methods and functions are same thing. Purpose of using methods is instead of coding same thing again and again, we just define method and call that method. Methods make the coding easier. Firstly, I will use already existing method. This method is Random method. Program will be […]