Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1db37b

Browse files
author
Tariq Hook
committed
Updated readme
1 parent ad00fba commit b1db37b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,22 @@ Given a time given as a String in numerical format, convert that value into its
77
**Provide Unit Testing**
88

99
Example 1 Input
10+
1011
```
11-
1:30 pm
12+
1:30pm
1213
```
1314

1415
Example 1 Output
16+
1517
```
1618
Thirteen Hundred and Thirty Hours
1719
```
1820

1921

2022
Example 2 Input
23+
2124
```
22-
1:30 am
25+
1:30am
2326
```
2427

2528
Example 2 Output
@@ -29,21 +32,25 @@ Zero One Hundred and Thirty Hours
2932
```
3033

3134
Example 3 Input
35+
3236
```
33-
2:22 pm
37+
2:22pm
3438
```
39+
3540
Example 3 Output
3641

3742
```
3843
Fourteen Hundred and Twenty Two Hours
3944
```
4045

4146
Example 4 Input
47+
4248
```
43-
2:11 am
49+
2:11am
4450
```
4551

4652
Example 4 Output
53+
4754
```
4855
Zero Two Hundred and Eleven Hours
4956
```

0 commit comments

Comments
 (0)