What's new

Closed Mga pro C# pasok po.

Status
Not open for further replies.

G I N E B R A

Forum Expert
Elite
Joined
Nov 18, 2017
Posts
6,077
Reaction
5,975
Points
2,080
Age
23
Pa help naman po nito kung paano. Salamat po.

Directions:
1. Create Struct BoardMarker with the ff: members (inkColor and inkContent) with inital values (Black and 20). Declare the ff: methods
A. displayInfo (Show the inkColor and inkContent)
B. changeColor ( Ask the user to input new color. Note: You cannot change the color if the ink is not empty)
C. Refill( Set the inkContent to 20ml)
D. Write(Deduct 10ml every time you execute this method) Note: You cannot execute this method if the inkContent is empty…Prompt the user to refill.
In the main Method, create a Struct Variable bm of the Struct BoardMarker. Show the Main MENU

Sample Output:

==MENU==
1. Display Info
2. Change Color
3. Refill
4. Write
Enter you choice:

Ayan po.
 
Status
Not open for further replies.
Back
Top