write a program in Q - basic to print the multiplication table of a number entered by the user up to 30. also draw the flowchart
Answers
Answered by
1
Answer:
turyxfyxfuxtuctuctucutcyicyicyi gi gu gu ti tu tuctuxt utcutuc
Answered by
0
Algorithm:
STEP 1: Start
STEP 2: Input a number num
STEP 3: Initialize value of y as 0
STEP 4: y = y + 1
STEP 5: Check If y is greater than 10 go to step 8 else go to step 6.
STEP 6: Print num * y
STEP 7: Go to Step 4
STEP 8: Stop
Flowchart:
Attachments:
Similar questions