Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
7
Posts with Downvotes
3
Downvoting Members
3
2 Commented Posts
0 Endorsements
~550 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for hazelkahn

Basic Arithmetic Game: In this exercise we will program a game to help kids learn integer addition and multiplication. When the program starts the following menu will be presented to the user: Choose the level of difficulty: 1. Easy (numbers will be in the 0 - 10 range) 2. Medium …

Member Avatar for gusano79
-2
222
Member Avatar for hazelkahn

EXERCISE 1 Suppose that nValues and dValues are functions of one argument (the termindex)that return the ni and di of the terms of the continued fraction. Define the function cont-frac such that evaluating cont-frac(k) computes the value of the k-term finite continued fraction. Check your procedures by approximating 1/φ using …

Member Avatar for gusano79
-3
171
Member Avatar for hazelkahn

Write a function sin Left(a, b, k) that estimates the area under the sin function in the interval from a to b on the x-axis (where a≤b) by dividing the interval intoksub-intervals and adding up the areas of the rectangles in each sub-interval. The height of a rectangle in a …

Member Avatar for JamesCherrill
-2
154