I am starting to learn C but have come to a roadblock when it comes to using the scanf() function. I am creating a program which produces the weight and volume of a box given the dimensions of said box. My program works completely fine when I assign dimensions (and avoid the scanf() function) but if I try to have the user input the dimensions using scanf() nothing is returned, not even printf() functions before those scanf() functions.
Seems like it would be an easy fix but im still very unsure on how to go about fixing this issue!
provide some explanation regarding those flags i wrote