6
1
// AngouriMath 1.3.0-preview.3
2
using AngouriMath; using AngouriMath.Extensions; using static AngouriMath.MathS; using static AngouriMath.Entity; using System; using static System.Console;
3
4
5
WriteLine();
6
Cached Result
child constructor
Parent class Constructor
child class method
Parent class Method
Addition of 2 and 3: 5
Using Array: a=5 b=7 Avg is: 6
Using Array: a=5 b=5 Avg is: 5
Parent class Constructor
child class method
Parent class Method
Addition of 2 and 3: 5
Using Array: a=5 b=7 Avg is: 6
Using Array: a=5 b=5 Avg is: 5