English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

u see that drawing flowchart here is immpossible. so let me write step by step
1. start( in oval)
2. declare array[50] , sum =0 as int( in rectangle)
3. for i=0;i<50;i++ ( in rhombus)
4. input arry[i] ( in parallelogram)
5. perform sum += array[i]
6. output sum( in parallelogram )
7. end ( in oval )

the shapes to be drawn are shown in parenthesis.
good luck

2007-02-26 13:36:43 · answer #1 · answered by Anonymous · 2 0

Sum Of Squares Of Integers

2016-10-19 05:13:50 · answer #2 · answered by ? 4 · 0 0

I will just like to change line 5 from Sumits program.

5. perform sum = sum +( array[i] * array[i]) //in rectangle

2007-02-26 15:51:52 · answer #3 · answered by manoj Ransing 3 · 1 0

make a flow chart for swaping 2 numbers using a third number.

2015-11-12 00:28:54 · answer #4 · answered by Anam 1 · 0 0

fedest.com, questions and answers