Examine the following code to find out what is the last value store in the variableK.
//You are given the following code. Assume all headers are included correctly.
void funSine (float &m)
{
m=sin(m);
}
int main()
float K=45.0;
float J=0.0;
funSine(K);
return 0;
B.0.0
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here