Need help creating this program:
The simple math-based program you create will need to be able to print the multiplication table for a given number and double the value of a given number.
As you work, continue checking your code’s syntax to ensure your code will run. Note that when you compile your code, you will be able to tell if this is successful overall because it will produce an error message for any issues regarding syntax. Some common syntax errors might be missing a semicolon, calling a function that does not exist, not closing an open bracket, or using double quotes and not closing them in a string, among others.
Specifically, you must address the following rubric criteria:
6 X 1 = 6 6 X 2 = 12 6 X 3 = 18 6 X 4 = 24 6 X 5 = 30 6 X 6 = 36 6 X 7 = 42 6 X 8 = 48 6 X 9 = 54 6 X 10 = 60
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here