Hi, I am an engineering student who just started my first ever C++ module. I am writing a program that will calculate total tax amount per day and per week and finally sum those up.
One of the requirement is to filter out any number in the array that is less than 1000 so as not to add it in the calculation. I have no idea how to fulfill this requirement. Can anyone kindly help me with this?