Skip to content

Releases: KavinMistry/Terminal_based_calculator

v2.0

13 Jul 12:58

Choose a tag to compare

  • Fixed bugs
  • Simplified program

v1.9

08 May 04:57

Choose a tag to compare

  • Replaced profit calculator with a recurring account interest calculator
  • Added more error reporting by changing from switch statement to if in the normal calculator
  • Made the program more user friendly

v1.8.4

29 Apr 12:31

Choose a tag to compare

  • Changed input acceptor variable to char from int for more error reporting

v1.8.3

28 Apr 13:29

Choose a tag to compare

  • Fixed and improved Pythagoras theorem calculator
  • Fixed other minor mistakes

v1.8.2

24 Apr 11:46

Choose a tag to compare

  • Added program looping options

v1.8.1

24 Apr 11:08

Choose a tag to compare

  • Fixed Pythagoras theorem calculator

v1.8

24 Apr 08:15

Choose a tag to compare

  • Added ASCII finder
  • made comments more readable
  • changed option variable type from int to char for more customization

v1.7

22 Apr 13:30
3db97dc

Choose a tag to compare

  • Compressed and simplified code
  • Added more error messages

v1.6

21 Apr 12:56
709aa89

Choose a tag to compare

  • Fixed Many typing errors
  • Fixed multiple calculators where int was used instead of double causing a type miss-match error

v1.5

12 Apr 13:32
83de00f

Choose a tag to compare

  • Added support for 5 terms in the normal calculator
  • Fixed bug where the normal calculator would give a type miss-match error
    Also improved output style