Write an algorithm and flowchart to print the multiplication table of 7
Answers
Answered by
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
1
Answer:
- start
- Let x=0
- Add x+7(& continue further)
- 7*z=(0+7)
- Number of times the 7 will be added more the no. will increase by 1 in the z place.
- end
HINDI ME:-
- शुरु
- मान लीजिए x=0
- x+7 जोड़ें (और आगे जारी रखें)
- 7*z=(0+7)
- 7 को जितनी बार जोड़ा जाएगा उतनी बार नहीं। z स्थान पर 1 से बढ़ जाएगा।
- अंत
थैंक यू अगर और कोई प्रॉब्लम हो तो मुझे फॉलो करें + डीएम मी अगर आप ब्रेनली ऐप में कर सकते हैं।
मुझे सबसे दिमागदार के रूप में चिह्नित करें।
Similar questions