write a function called lucky_sevens which takes an array of integers and returns true if any three consecutive elements sum to 7. by js

0

Write a function called lucky_sevens which takes an array of integers and returns true if any three consecutive elements sum to 7. by js

By Beginner Condemned Cardinal at Apr 19 2021


Related code examples


Code examples by languages