Recent content by dnc1786

  1. D

    C/C++ C++ Homework Help: Calculate Product of Numbers

    I am not looking for an answer, just guidance... My assignment is to ask the user for a number between 3 and 10 (inclusive). Using a loop, calculate the product of the numbers between 2 and that number. For example, if the user chooses 5, the result would be 2 x 3 x 4 x 5 = 120. Sample run...
Back
Top