I am currently taking a C++ program at my college and it all just seems foreign to me. I am having some trouble with this problem..
The Yukon Widget Company manufactures widgets that weigh 9.2 pounds each. Write a program that calculates how many widgets are stacked on a pallet, based on the total weight of the pallet. The program should ask the user how much the pallet weights by itself and with the widgets stacked on it. It should then calculate and display the number of widges stacked on the pallet.
If someone would help me it would be greatly appreciated!