How to calculate a function C#... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to calculate a function C#...

You need to calculate the function by writing code for it in visual studio C# a=√|e-3/f|^3+g ..... Please help me it depends on you whether the teacher will kill me or not ...

14th Nov 2020, 3:34 PM
Doshik Help please
Doshik Help please - avatar
1 Answer
+ 1
Math.Pow(Math.Sqrt(Math.Abs(e-3/f)),3)+g;
14th Nov 2020, 3:58 PM
Avinesh
Avinesh - avatar