Multiplication table
Today I was very bored, and I decided to do programming! I’m going to make a multiplication table! What I’m going to to: Do input and int assigned to a variable Use while loop Use for loop Make it pretty Step 1: First I’m going to make a variable called “num” and them use input to ask the person a question to grab info from. And I’m salso going to use “int” to make the string a integer. ...