3 kyu

Multiplying numbers as strings: Part II

811 of 813osofem

Description:

This is the Part II of Multiplying numbers as strings.

TODO

Multiply two numbers! Simple!

Rules

  1. The arguments are passed as strings.
  2. The numbers will be very large
  3. The arguments can be negative, in decimals, and might have leading and trailing zeros. e.g. "-01.300"
  4. Answer should be returned as string
  5. The returned answer should not have leading or trailing zeroes (when applicable) e.g. "0123" and "1.100" are wrong, they should be "123" and "1.1"
  6. Zero should not be signed and "-0.0" should be simply returned as "0".
Strings
Big Integers
Fundamentals

Stats:

CreatedMay 23, 2017
PublishedMay 23, 2017
Warriors Trained4695
Total Skips1044
Total Code Submissions14868
Total Times Completed813
JavaScript Completions811
COBOL Completions4
Total Stars189
% of votes with a positive feedback rating92% of 177
Total "Very Satisfied" Votes150
Total "Somewhat Satisfied" Votes24
Total "Not Satisfied" Votes3
Total Rank Assessments7
Average Assessed Rank
2 kyu
Highest Assessed Rank
1 kyu
Lowest Assessed Rank
4 kyu
Ad
Contributors
  • osofem Avatar
  • kazk Avatar
  • JohanWiltink Avatar
  • Voile Avatar
  • akar-0 Avatar
Ad