Skip to content

Latest commit

 

History

History

sum-mixed-array

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
  • Completed at: 2023-10-14T06:24:38.959Z

  • Completed languages: java

  • Tags: Fundamentals, Strings, Arrays

  • Rank: 8 kyu

Description

Given an array of integers as strings and numbers, return the sum of the array values as if all were numbers.

Return your answer as a number.