Answer:
Logic for a program
Explanation:
//Here ind = index
//declare the number
number ind
number sum
number avg
number SIZE = 20
number num[SIZE] = {0,0,0,0,0,0,0,0,0,0
,0,0,0,0,0,0,0,0,0,0}
getReady()
while ind < SIZE
getNumbers()
stop
getReady()
ind = 0
sum = 0
return
getNumbers()
cout<< “Enter a number for position ”, ind
input numbers[ind]
sum = sum + numbers[ind]
ind = ind + 1
return
;
finishUp()
avg = sum/SIZE
ind = 0
while ind < SIZE
output numbers[ind], avg – numbers[index]
ind = ind + 1
return
Modify the program in 2a
number index
number sum
number avg
number actualSize
number SIZE = 10
number number[SIZE] = 0
Sonic the hedgehog
Hope this helps you broski
Answer:
B- .net
Explanation:
.NET is a domain which can be used to create different applications which include web, mobile, desktop, gaming, cloud among others and it often consists of different programming language that helps in creating different applications thereby providing the base services needed to interact with the operating system.
Therefore Margaret Sullivan who is a TLD expert and a domain name consultant should suggest .NET domain to her clients who want to start Internet companies.
Answer:
123456
Explanation:
i don't know what your trying to ask
Answer:
Parameter
Explanation:
a parameter is an argument that is used to call something, for example in an array when 0 is referenced as the first element in the array.