It's too busy. Too much output peppered throughout the code.
75 lines of code -- 40 cout statements, 6 cin statements. But it's all jumbled together. Can't see the program for the output.
Make some functions to input values, do calculations, output values. It will make the main function small and concise, and each function will be easier to read and the program flows better. And moves the output statements into modules which gets them out of the way.