User Profile
Collapse
-
Thanks, I figured it out. -
I'm trying to use a do...while within a do...while in my program...
The problem lies under where if (choice == '2') is...I need the program to keep prompting for num and den values as long as the user enters values less than or equal to 0. Once they are values greater than zero, the program is supposed to carry on and calculate the log, etc. HELP?!
Code:#include <stdio.h> #include <conio.h> #include <stdlib.h> #include <math.h> #define PI 3.14159
No activity results to display
Show More
Leave a comment: