Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 226 Bytes

squares_sum.md

File metadata and controls

14 lines (9 loc) · 226 Bytes

Write a program to find the sum of squares of even numbers in given string

Sample input:

string = '123@psw456'

Sample output:

Sum of the squares of the even numbers in the string is 56