Hello Luiz,

LE> I find this absolutely wonderful. Any ideas for good example projects?
LE> It should be something complex enough to demonstrate analytical skills
LE> and simple enough to take a day or two to finish it.

I think one to two days is probably a bit too long for a toy project of
the sort I mentioned.  Something that could be completed in an hour or
two would be better.  You can tell a lot just from a toy project of
that size.

Some examples:

1) Write a calculator program that can evaluate simple expressions
in infix notation containing any of the following operators
('*','/','-','+').  E.g. "2 * (16 - 4)".

2) Write a program that can take a list of money amounts in various
currencies, add them together, and express the total in a single
currency.

3) Write a program to parse a roman number.

Regards,

Tony.

-- 
Tony Byrne




To Post a message, send it to:   [EMAIL PROTECTED]

To Unsubscribe, send a blank message to: [EMAIL PROTECTED]

ad-free courtesy of objectmentor.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/extremeprogramming/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to