Answer:
Pseudo CODE
a)
n= Input “Enter 5 integer values”
b)
sum=0.0
For loop with i ranging from 0 to 5
Inside loop sum=n[i]+sum
Outside loop avg=sum/5
Print avg
c)
small=n[0] # assume initial number is the smallest
large=n[0] # assume initial number is the largest
For loop with i ranging from 0 to 5
Inside loop if n[i]<small # check if current number is smaller than small
Inside if Then small=n[i]
Inside loop if n[i]>large # check if current number is larger than large
Inside if then large=n[i]
Print small
Print large
d)
print avg
print small
print large
Going with the
Complementary Color Chord
Between the choices of Complementary and Split-Complementary schemes, I prefer the complementary approach due to its high contrast and lively energy, resulting in a bold appearance. This color pairing is especially effective when aiming for visuals that really grab attention.
Computers are considered versatile because they can perform a wide array of tasks. They have the ability to carry out similar tasks in various methods. They exhibit diligence as they complete a job thoroughly until it's done.
They maintain a consistent pace while conducting tasks. Unlike humans, they won't slow down, lose interest, or start making errors that were absent initially. Once appropriately programmed for a task, they perform it with diligence.
This code is in Python. I'm not certain what programming language you need.
Refer to the image: