Hello everyone,
Just having problem with lack of time and this is simple mini project if any one can do it and help me out to save me some time would be appreciate it highly, kindly let me know by mailing me or just post it here if you are able to do it, i'll give one month rapidshare.com or rapdishare.de OR megaupload.com one month membership free! just wana get rid of this assignment please help me out...
Thanks in advance and the deadline for this one is: 29th Of April 2007 NOT AFTER THAT! and reward will be given for the person who makes the program first and works 100% without any errors please.
Cheerz
Suggestion 2: A Raffle/Lottery Numbers Program
This program allows you to check your lottery numbers against the winning numbers.
• F: Fail
Includes Screen output, Keyboard input.
Example: The program allows the user to input a single winning lottery number, then prints it out.
• E: Borderline Fail
Includes Decisions and calculation, and all constructions above.
Comments included (may give no additional information over the lines they comment)
Indentation attempted (it may be inconsistently applied)
Example: Modify the program to allow the person's single lottery number to also be inputted and checks it against the winning number printing whether they are the same.
•
• D: Pass
Includes Loops, and all constructions above.
Comments are helpful, (though too many may be given).
Some use of well chosen variable names which give some information about use
Example: As above, but the program should allow a whole sequence of numbers to be entered. It checks each in turn against the corresponding number. It prints "Millionaire" if all numbers were correct and "Bad Luck" otherwise.
• C: Satisfactory
Includes Loops within loops (not using recursion) and all constructions above.
Well commented program – comments helpful and appropriately placed
Consistent use of variable names which give a clear indication of their use (perhaps making comments about them redundant)
Variable declarations placed only at the head of blocks
Example: As above, but the program should allow a series of players to check their numbers against the winning numbers. After each the player should be asked if they wish to quit or continue (i.e. there is another player)
Example: As above, but the program reads in the winning numbers from a file (created using a text editor like notepad).
Other ideas:
Give an option to store the players number's in a second file (if they use the same numbers each week), and give an option to compare the winning numbers with those in the file. Check for a partial win where some but not all numbers are correct.


