Challenge: Calculate the Average of Two Numbers
Explore how to calculate the average of two numbers by applying critical problem-solving steps. Learn to write pseudocode and draw flowcharts to outline the solution clearly, enhancing your programming logic and methodology.
We'll cover the following...
We'll cover the following...
Problem statement
You have two numbers n1 and n ...
...