Draw a flowchart for the program fragments (no need to show start and stop)

```
IF count > 0 THEN
LET av = sum / count
OUTPUT "The average is ", av
ELSE
OUTPUT "There is no data to average"
END IF
```


![14933|339x305](upload://8mMo44To1Cscr6qfdPjvj9H2pWk.jpeg)

Computer Science & Information Technology

You might also like to view...

Which of the following can be defined as the shared attitudes, goals, and practices that characterize a company, corporation, or institution?

A) Regulations B) Corporate culture C) Cybersecurity policy D) Guiding principles

Computer Science & Information Technology

The ____ is used for tasks such as starting programs and locating data files.

A. CPU B. operating system C. computer platform D. application software

Computer Science & Information Technology

The Method property specifies the protocol used to send the form data to the web server.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Case 6-2Pratik wants to learn how to define a class for a shape. He asks Ana to teach him.Ana tells Pratik that a circle's attributes include all of the following EXCEPT ____.

A. color B. circumference C. center point D. radius

Computer Science & Information Technology