Wow!!!! You write it by yourself? Its so amazing!!!
So that means I still have a very very long journey to become a programmer.
By the way, some question here. How we going use those function?
For example if I wan to perform a calculation with equation
" x = y*sin(50) "
Then my code will be
float x = y * sine (50);
And at the cosine function, you add return 0 and the end of the function. Will that command return a zero value back to my main function and finally affect the calculation?
So that means I still have a very very long journey to become a programmer.
By the way, some question here. How we going use those function?
For example if I wan to perform a calculation with equation
" x = y*sin(50) "
Then my code will be
float x = y * sine (50);
And at the cosine function, you add return 0 and the end of the function. Will that command return a zero value back to my main function and finally affect the calculation?