Views: 5K
Replies: 0
Archived
|
Getting Dressed. Design Pattern solution?Can anyone please tell me how should I approach this problem, what would be best way to solve this problem by keeping in mind the best possible design (pattern) approach, any help is greatly appreciated. Problem: You must get fully dressed before leaving the house Rules: Input: Temperature type (HOT|COLD) and a comma separated list of numeric commands Here are some example scenarios Successful Input: COLD 8, 6, 3, 4, 2, 5, 1, 7 Failure Input: HOT 8, 6, 6 Input: HOT 8, 6, 3 Input: COLD 8, 6, 3, 4, 2, 5, 7 Input: COLD 8, 6, 3, 4, 2, 5, 1 Input: COLD 6 Shariq Mohammad, Aug 29, 2012
please provide soution in c#....
Sep 21, 2012
please.....someone provide the solution in c# ASAP ....please
Sep 21, 2012
|