I am about to give up of this one but I want to try my luck here...
I want to create an applet involving
(1)successfully increase by 1 25%
(2)Failed to increase 25%
(3)Decrease by 1 25%
(4)Returning to zero 25%
OPTIONAL
(5)Managing % of each event
*******OUTPUT SHOULD BE LOOK LIKE THIS*********
Level 0
1-INCREASE 2-EXIT
Input: 1
****************
Level 1
SUCCESSFULL!!!
1-INCREASE 2-EXIT
Input: 1
*****************
Level 2
SUCCESSFULL!!!
1-INCREASE 2-EXIT
Input: 1
*****************
Level 1
FAILED/DECREASE BY 1
1-INCREASE 2-EXIT
Input: 1
*****************
Level 2
SUCCESSFULL!!!
1-INCREASE 2-EXIT
Input: 1
*****************
Level 2
FAILED
1-INCREASE 2-EXIT
Input: 1
*****************
[GAME OVER]
FAILED
1-TRY AGAIN 2-EXIT
Input: 2
*****************
END OF PROGRAM
I am not expecting someone will do the code for me, i am just seeking for some additional knowledge coz I don't really finished my study i am just eager to learn more
Thanks in regards