S
Steven
I'm novice in C#. Here is a basic question --
I have 4 variables a, b, c, d in class main(). I want to perform all the
mathematical operations on these variables in a function called maths() and
get the values back to main. How can I achieve this?
Thanks
Steven
I have 4 variables a, b, c, d in class main(). I want to perform all the
mathematical operations on these variables in a function called maths() and
get the values back to main. How can I achieve this?
Thanks
Steven