I am trying to read the input from a keyboard which i will use to create a set of multiplications. If i hardcode the integer to use then the program works fine however when
scanf expects a pointer to the variable to set.
scanf
The correct form is
scanf("%d", &multiple);