User profile: codeDizzy

User info
User name:codeDizzy
Name:Tera
Location:Folsom
Bio:I am in a Control Structure class and it is kicking my butt. I have never written code before and the textbook is no help.
Statistical data
Gender:Female
Occupation:Analyst
History
Joined:
Number of posts:5
Latest posts:

Function for Addition displaying result as 1.#R
That was it. I was treating this as a value returning function. When I changed it to a void the ca...

Function for Addition displaying result as 1.#R
I thought I was passing the variables back by reference in the function statement: [code] double Cal...

Function for Addition displaying result as 1.#R
We are not supposed to use anything other than a return statement or reference parameters. I know I...

Function for Addition displaying result as 1.#R
I have a user-defined function that calls two other user-defined functions and when the console disp...

Output/Store calculation to Variable question
I am having issues with storing a number. I want it to perform the calculation with the variables st...