Search found 2 matches

by ec44
Sun Apr 12, 2015 5:36 pm
Forum: Scheme
Topic: Scheme Executable Terminating Prematurely
Replies: 3
Views: 23118

Re: Scheme Executable Terminating Prematurely

My goal with this program is to define functions that solve for each variable and then allow the user to use these functions as an interest formula calculator. When I run the program in DrRacket, I can use the functions with custom inputs after the the program displays the syntax. However, when I cr...
by ec44
Wed Apr 01, 2015 5:41 pm
Forum: Scheme
Topic: Scheme Executable Terminating Prematurely
Replies: 3
Views: 23118

Scheme Executable Terminating Prematurely

The following program is my first scheme program that I designed to calculate the values of the variables in the compound interest formula and the compounded continuously formula. I used DrRacket to create an executable, but when I run it in Terminal (Mac), it ends after only the introduction (the p...