C# C# Console Methods

C# Program to Calculate the Average of Two Numbers Using Function

In this example, we will learn how to find average of two numbers using functions in C#.

Write a program to explain method in C#.
Create a static function Average() that accept two number from user and returns average of the two numbers.
Source Code:


Output:

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.