Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

This is a readme!

Programmers include readme files to help people viewing their code understand what it does.

Multiplier

This simple .NET Core Application runs in a command line. When run, it will prompt for two numbers, multiply them, then write the result to the console.

Known bugs

  • Must be given a number. Excepts if a letter is entered.
  • Fails to process reallllly big numbers (outside the range 5.0 x 10^324 to 1.7 x 10^308)

Notes

  • This is a simple programming exercise for OPIM 3220
  • Any feedback or request should be sent to kevin.r.brown@uconn.edu