No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
was wondering if someone could help me on this slight problem my rogram compiles but a section doesnt seem to run.. } void main() { clrscr(); int one, two, three; char choice=' ', input[5]; while (choice != 'e') { cout<<"\nPlease enter +,-,*,/ or sqrt and then two numbers,\nsepperated by spaces, … | |
Re: hey people, im having some trouble with my project and need somequik help..iam required to write up a calculator program that can perform functions such as: addition, subtraction, multiplication, division, square root, and reciprocal(1/x)..all the numbers must be whole numbers and must be max of 10 characters. typical input output … | |
Re: hey people, im having some trouble with my project and need somequik help..iam required to write up a calculator program that can perform functions such as: addition, subtraction, multiplication, division, square root, and reciprocal(1/x)..all the numbers must be whole numbers and must be max of 10 characters. typical input output … | |
Re: hey do u know much about c++ programs |
The End.