Computer Science, asked by spruhakenjale, 5 hours ago


Draw flowcharts for the given tasks in Word 2016. Also type their algorithms, (a) Prepare sandwich (b) Separate green leafy vegetables from non green leafy vegetables, (c) Calculate sum of three numbers, (d) Calculate the product of first five odd numbers.​

Answers

Answered by diyamorjahwal4641
0

Answer:

Hi what are you doing today

Attachments:
Answered by shilpa85475
2

flowcharts are used to show the flow of program in a diagram order.

Explanation:

1. Start

2. To prepare sandwich, we need to collect vegetables and bread from the market.

3. Clean the vegetables.

4. Now classify the green leafy vegetables from the other vegetables.

5.Stop.

a. start.

b. take the three numbers from the user as a, b, c.

c. take sum = a+b+c;

d. Print sum;

e. stop.

a. start.

b. take the first five odd numbers from the users as a,b,c,d,e

c. Set product= a*b*c*d*e

d. print product

e. stop.

Similar questions