make a conversation in turing!
Author |
Message |
0411244
|
Posted: Fri Apr 18, 2008 11:42 pm Post subject: make a conversation in turing! |
|
|
hi, guys, please give ma an example of conversation in turing or make an example, please! |
|
|
|
|
![](images/spacer.gif) |
Sponsor Sponsor
![Sponsor Sponsor](templates/subSilver/images/ranks/stars_rank5.gif)
|
|
![](images/spacer.gif) |
gitoxa
![](http://compsci.ca/v3/uploads/user_avatars/125344263047f801d546bcb.jpg)
|
Posted: Sat Apr 19, 2008 12:01 am Post subject: Re: make a conversation in turing! |
|
|
code: |
put "Hello, how are you?"
put "Good, and yourself?"
put "Very good, thanks for asking."
put "No problem at all."
|
That aside, ellaborate on what you're talking about.
A 'robot' which you have a conversation with? |
|
|
|
|
![](images/spacer.gif) |
syntax_error
![](http://compsci.ca/v3/uploads/user_avatars/196798963948cf16794b6e5.jpg)
|
Posted: Sat Apr 19, 2008 5:38 am Post subject: RE:make a conversation in turing! |
|
|
at our lvl or anyones I think put a question have as many if statements to catch all the possible answer and then
if answer = bhal
do bhal |
|
|
|
|
![](images/spacer.gif) |
Sean
![](http://compsci.ca/v3/uploads/user_avatars/47413941748406f441f83e.png)
|
Posted: Sat Apr 19, 2008 6:35 am Post subject: Re: make a conversation in turing! |
|
|
0411244 @ Fri Apr 18, 2008 11:42 pm wrote: hi, guys, please give ma an example of conversation in turing or make an example, please!
Again, if you have read our old posts, you would understand that we don't do the work for you, it is you that does it, and we assist with any help. If we do it, you will be come dependant on those who have assisted you, and will rely on them to supply you codes further on in your programming.
Please, try it yourself, then post if you are having trouble. |
|
|
|
|
![](images/spacer.gif) |
CodeMonkey2000
|
Posted: Sat Apr 19, 2008 10:03 am Post subject: RE:make a conversation in turing! |
|
|
Is this a joke? Are you seriously incapable of doing this by yourself? All you need is put,get and some if statements. |
|
|
|
|
![](images/spacer.gif) |
DaveAngus
![](http://compsci.ca/v3/uploads/user_avatars/121496826447fbae72bc179.gif)
|
Posted: Sat Apr 19, 2008 10:35 am Post subject: RE:make a conversation in turing! |
|
|
This isn't a hard task. I Think if you just pay attention in class you could whip this up in about 5 seconds and get 100% on it. |
|
|
|
|
![](images/spacer.gif) |
|
|