Question: Using Math Class Methods Assign Two integers as following: int val1 = 3, int val2 = 2 Use following Math Methods to determine the result
Using Math Class Methods Assign Two integers as following: int val1 = 3, int val2 = 2 Use following Math Methods to determine the result programmatically: Math.Max(val1, val2) Math.Min(val1, val2) Math.Pow(val1, val2) Math.Sqrt(Math.Pow(val1, val2)) Math.Floor(100.566) Math.Abs(-22.3) Math.Ceiling(88.989)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
