You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// is padded with "0" at the start of the string till there are three characters the reason for this is the minimum amount of characters needed to represent pounds and
35
35
// pence can be represented by is 3.
36
36
37
-
//// 9-12. The next variable pounds takes the previous variable paddedPenceNumberString and uses the substring function to create a new string without the last
37
+
// 9-12. The next variable pounds takes the previous variable paddedPenceNumberString and uses the substring function to create a new string without the last
38
38
// two characters. It uses .length - 2 to stop before the final two characters because those characters represent the pence leaving only the characters
0 commit comments