Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~852 People Reached
Favorite Forums
Favorite Tags
Member Avatar for thayl0

Random Number File Writer: Write a program that writes a series of random numbers to a file. Each random umber should be in range of 1 through 500. The application should let user specify how many numbers the file will hold. Which I have. __author__ = 'Preston Howard' # Random …

Member Avatar for Gribouillis
0
791
Member Avatar for thayl0

Assignment - Create a program that asks user: 1. enter amount of money invested, number of years investing, and annual interest rate in decimal format 2. call a user-defined function to get total value at end of investment term(futureValue) 3. call another user defined function to get total interest earned. …

0
61