What is wrong with my loop? I've used [code] while (kilograms > 0) [/code] and [code] while (kilograms !=0) [/code] Still getti...
What is wrong with my loop? here it is: [code] double calculateCharge(double weight, double distance, double cost) { if (weig...
What is wrong with my loop? I have initialized kilograms to 1 and 0, but I'm still getting the same results, am I using the righ...
What is wrong with my loop? The main function should loop to handle multiple packages until a weight of zero is entered, does th...
What is wrong with my loop? I'm trying to get it where a user can keep entering the weights/distance of shipment of an item unti...
This user does not accept Private Messages