| about | help | code help+videos | done | prefs |
apcsaArraysIsItHot
Given a String of temperatures separated by single spaces, count how many of these temperatures are 100 degrees or higher. Return the total count as an integer. apcsaArraysIsItHot("95 101 105 99") → 2 apcsaArraysIsItHot("100 100 100") → 3 apcsaArraysIsItHot("15") → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 220
Copyright Nick Parlante 2017 - privacy