Question: create a c# app in which you are required to create the following methods using builtin delegates predicate and lambdas - string minimum(string1, string2, string3)
create a c# app in which you are required to create the following methods using builtin delegates predicate and lambdas - string minimum(string1, string2, string3) which returns the smallest of three value test by using built-in func<> delegate predicate - void AvgGrade(value1, value2, value 3) which display average of three grade test by using built-in Action<> delegate predicate
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
