reset password
Author Message
smehrik
Posts: 14
Posted 22:17 Sep 30, 2016 |

I do not undrestand the question lab3 what does asking to do? Can any body explain to me please.

kknaur
Posts: 540
Posted 12:22 Oct 01, 2016 |

If you mean Question 3 on Homework 6.  This problem is asking you to write a program which reads a given command, i.e. /roll, /dance, etc and display output based on the command entered.  This is not a menu program where you have the user pick something.  The user already knows the commands ahead of type, and they will time the command that they want to perform.  Your program will read the command as input and then show the corresponding output.

Last edited by kknaur at 20:49 Oct 01, 2016.
smehrik
Posts: 14
Posted 15:51 Oct 01, 2016 |

Thank you, i got it.