I have an array of as given below.
For example:
array = [20%,*,30%, 10%]
I want to add the values except ‘*’ using ruby, Please give me some clue for that
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First below is not valid array.
If your array is
If you want to sum array excluding 1 then use