Find Jobs
Hire Freelancers

Write a Program in the Scheme Programming Language

$10-30 USD

已关闭
已发布超过 6 年前

$10-30 USD

货到付款
Write a Scheme program that implements the following functions: • (convert number base) The function should convert the number in base 10 to its equivalent in base base • This procedure, called roll-till-you-win, takes as argument a particular bet and simulates the rolling of a die until the bet wins (define (roll-till-you-win bet) (let ((die-roll (1+ (random 6)))) (display die-roll) (newline) (cond ((=die-roll bet) (display “You won!”)) (else (roll-till-you-win bet))))) Modify roll-till-you-win so that the procedure makes a random bet at each roll. The new procedure should take no arguments and simply keep rolling the die until the random bet happens to be the same as the new roll. Here is a sample printout of the result: Bet: 5 Result: 4 Bet: 1 Result: 3 Bet: 4 Result: 4 You won! • Write a third procedure: (list-primes n) This procedure will print the prime numbers up to n. Sample: (list-primes 20) 2 3 5 7 11 13 17 19
项目 ID: 15728612

关于此项目

2提案
远程项目
活跃6 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作
2威客以平均价$50 USD来参与此工作竞价
用户头像
Hello Sir, I've already started working on your project to deliver in time. I am a computer science tutor, I teach (among others) Scheme, LISP, Haskell, Prolog and Algorithms. I have done many projects like this, and I'm one of the top Scheme developers, and you can check by clicking on my profile picture. Please contact me for more details when possible. I look forward to work for you, Sir. Best Regards.
$55 USD 在0天之内
4.7 (22条评论)
5.1
5.1
用户头像
Hi, I have worked a lot with scheme and functional languages. I can do this to you in a couple hours. Thank you Habilidades e Experiência Relevantes I have implemented a lot of algorithms in Lisp/Scheme. Pré-pagamentos Propostos $20 USD - First function $20 USD - Second function $20 USD - Third function
$45 USD 在0天之内
5.0 (3条评论)
3.0
3.0

关于客户

UNITED STATES的国旗
Seattle, United States
4.8
1
会员自11月 25, 2017起

客户认证

这个客户的其他工作

Write a Prolog Program
$10-30 USD
谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。