|
From: pwm <pw...@ia...> - 2013-09-15 08:12:45
|
So why not just a:
while not request_to_exit
get a command
switch command, do whatever is requested
end while
possible commands?
exit
add book
delete book (would represent a loop to locate it)
list books (would represent a loop)
help - list available commands
/pwm
On Sun, 15 Sep 2013, Ethan Tapales wrote:
> Hey guys, I'm an IT College Student and I need to make a project that contains looping, switching, decision, and basic input-output all in one. I
> understand the topics averagely, but I don't have any idea what to do. No idea comes to mind. It's due tomorrow, the project was just given earlier
> today. I really need an idea. Maybe you could just reply with a problem and I will try to solve, that could help. Thanks.
>
> |