create an application to calculate bowling score

  • Thread starter Thread starter bayarmohamed
  • Start date Start date
B

bayarmohamed

Guest
Hello,

A company asked me to create a small application to calculate bowling score,



"Please develop in C # a program that counts the points of a bowling game, in the form of a command line console program. The program counts points for only 1 player. The command line contains the succession of pins bowled at each throw. The game is not necessarily over.




Eg: C:… \> Bowling 5 2 10 7 0 4"




You will be judged on the quality of the program and that of the code.
someone may help me to improve the code?



this is the link for my code.





Continue reading...
 
Back
Top