Computer Science, asked by ahujahimanshi03, 4 months ago

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 Angel2408
1

Answer:

turyxfyxfuxtuctuctucutcyicyicyi gi gu gu ti tu tuctuxt utcutuc

Answered by PrachiG07
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