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

```
DO UNTIL n = 3
LET sum = sum + n LET n = n + 1
LOOP
```

![14935|373x203](upload://vnkdmgs3tfVfN2xezm4HlTuNdme.jpeg)

Computer Science & Information Technology

You might also like to view...

A company recently added an addition to their office building. A technician runs new plenum network cables from the switch on one side of the company's gymnasium 80 meters (262 ft.) to the new offices on the other side, draping the wires across the light fixtures. Users working out of the new offices in the addition complain of intermittent network connectivity. Which of the following is MOST likely the cause of the connectivity issue?

A. dB loss B. Distance C. Incorrect connector type D. EMI E. Crosstalk

Computer Science & Information Technology

________ is a method reference for an instance method of a class. It creates a one-parameter lambda that invokes the instance method on the lambda’s argument and returns the method’s result.

a. Math::sqrt b. System.out::println c. TreeMap::new d. String::toUpperCase

Computer Science & Information Technology