Question
Write a method to average two integers and return the result IN C# METHOD CODE PLEASE Use Pascal Case to write a descriptive name for
Write a method to average two integers and return the result
IN C# METHOD CODE PLEASE
Use Pascal Case to write a descriptive name for a method that averages two integers Method accepts 2 integers as parameters, you determine if pass by value or by reference Determine the return type for an average Add a comment above the method stating if method is pass by reference or pass by value and why Add a comment in the method body to explain the return type you selected Add a comment after the method with an example of a possible method call Submit only the code.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started