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
Re: compilers check snytaxs only. It's like grammar check, thier may not be a problem with what code you wrote...but is it logical for the program? checking it as to be done form the programar, or else the computer does what is written and not what it should do. | |
how can I get the remaining weight, without using the int modulus? The problem is solving how many widgets are on the pallet, and inputs are the total weight and the pallet. In the program, ONEWIDGET is the weight of a widget. since the input can put any random number, … | |
I'm dividing integers and making it a temporary double so i can get it in a decimal. To have it with a fraction i just divide the numbers and cout the answer with the mod answer "/" num2. I want to display both the fraction and in decimal, so.. for … | |
Re: what if you have to have the two input values as intigers, not allowed to classify them as floating or double? i can change the result classification thu. ..we have to divid two intigers (int) but still get an accurate answer. ex: 10/3, is 3 with int but there should … |
The End.