William Langly

William Langly

  • NA
  • 32
  • 4.8k

Looping and Output

Oct 14 2017 8:30 PM
I need help writing an Console application prompts the user for an integer value, for example 7. Then display the product of every integer from 1 through 10 when multiplied by the entered value. For example, the first three lines of the table might read 1 x 7 = 7, 2 x 7 = 14, and 3 x 7 = 21.

Answers (1)