FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
PWC 366, Task 2, Valid Times
How-ToMachine Learning

PWC 366, Task 2, Valid Times

via Dev.toBob Lied4h ago

PWC 366 Task 2, Valid Times Here we are at another Weekly Challenge, ticking away the moments that make up a dull day. Fritter and waste the hours in an off-hand way. Kicking around on a piece of ground in your home town, waiting for someone or something to show you the way. Here's a way. The Requirements Phase You are given a time in the form ‘HH:MM’. The earliest possible time is ‘00:00’ and the latest possible time is ‘23:59’. In the string time, the digits represented by the ‘?’ symbol are unknown, and must be replaced with a digit from 0 to 9. Write a script to return the count of different ways we can make it a valid time. Example 1 : Input : $time = "?2:34" , Output : 3 02:34, 12:34, 22:34 Example 2 : Input : $time = "?4:?0" , Output : 12 Combinations of hours 04 and 14, with minutes 00, 10, 20, 30, 40, 50 Example 3 : Input : $time = "??:??" , Output : 1440 Example 4 : Input : $time = "?3:45" , Output : 3 03:45, 13:45, 23:45 Example 5 : Input : $time = "2?:15" , Output : 4 20:15

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Learn how to develop like a pro for free
How-To

Learn how to develop like a pro for free

Medium Programming • 40m ago

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it
How-To

I didn't have to drill these renter-friendly smart lights into my wall - and I love them for it

ZDNet • 2h ago

How to Create and Use Checkboxes in Figma
How-To

How to Create and Use Checkboxes in Figma

FreeCodeCamp • 2h ago

The DSA Illusion: Why Most Data Structures Don’t Actually Exist
How-To

The DSA Illusion: Why Most Data Structures Don’t Actually Exist

Medium Programming • 3h ago

This modular crafting machine can create custom shirts, phone cases, and molds
How-To

This modular crafting machine can create custom shirts, phone cases, and molds

The Verge • 3h ago

Discover More Articles