A batch of concrete is made using the following materials
*cement=30,000kg
*Sand=50,000kg
*Gravel=17,500kg
*Water=3000kg
a)Write a C++ program code to calculate and display the amount of sand in a real number and a percentage of the total mass of concrete.
b)The amount of water in real number,and a percentage of the amount of cement.