question archive You will need everything required for your code to run (including header, libraries, using namespace std, etc
Subject:Computer SciencePrice: Bought3
You will need everything required for your code to run (including header, libraries, using namespace std, etc.)
use C++ Programming or Clion software
Ask the user to input a number that is divisible by 7. Then randomly generate a number between 49 and 98 that is also divisible by 7. If the numbers match, tell the users that they are perfect! If they do not match, tell the users that missed the mark. If the user's number is not divisible by 7, tell them that their number is invalid (but do not give them a chance to input a new value).