Open PatrickFrankAIU opened 3 months ago
Prompt the user for five numbers, store them in an array, and display the sum of the values.
Tips:
let myArray = [];
Stretch goals:
Prompt the user for five numbers, store them in an array, and display the sum of the values.
Tips:
let myArray = [];
Stretch goals: