0
multiplication
https://code.sololearn.com/cD6i56w2d2pT/?ref=app I want a program to calculate the multiplication table (ascending) from 1 to 10 for a number, 1- Ask the user to enter a number between 1 and 9 (a condition sentence is needed), 2- Then print the multiplication table for this number from 1 to 10 (you need a repetition sentence) , to make sure of the output when entering the number 3 will be like this: Insert a number between 1 and 9 3 3*1=3 3*2=6 3*3=9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3*10=30
4 Answers