Computer Science, asked by tapsrathod2646, 1 month ago

Write an algorithm and flowchart to print the multiplication table of 7

Answers

Answered by DEBOBROTABHATTACHARY
3

Algorithm to display multiplication table of a given number

Input the number for which the multiplication table is to be generated.

Input the end value until which the table has to be generated.

Repeat from i = 1 to end.

Display the table values in the given output format.(num * i = num*i)

Flow chart (see attachment)

the result of the multiplication of n with counter is displayed as shown in the output symbol.

counter is incremented as shown in the process symbol.

the condition is checked again.

Attachments:
Answered by Wtf30
1

Answer:

  1. start
  2. Let x=0
  3. Add x+7(& continue further)
  4. 7*z=(0+7)
  5. Number of times the 7 will be added more the no. will increase by 1 in the z place.
  6. end

HINDI ME:-

  1. शुरु
  2. मान लीजिए x=0
  3. x+7 जोड़ें (और आगे जारी रखें)
  4. 7*z=(0+7)
  5. 7 को जितनी बार जोड़ा जाएगा उतनी बार नहीं। z स्थान पर 1 से बढ़ जाएगा।
  6. अंत

थैंक यू अगर और कोई प्रॉब्लम हो तो मुझे फॉलो करें + डीएम मी अगर आप ब्रेनली ऐप में कर सकते हैं।

मुझे सबसे दिमागदार के रूप में चिह्नित करें।

Similar questions