Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~623 People Reached
Favorite Forums
Favorite Tags
Member Avatar for moe0

I have an assignment which is asking me to complate some Mastermind game code I'm gven most of the code and there is one sub that i do not understand what it asking for it says Private Function createColourString(ByVal gb As GroupBox) As String ' ' For the groupbox gb, …

Member Avatar for gusano79
0
190
Member Avatar for moe0

Hello I'm using SELECT CASE statement for age cases but I've two inputs years and months [CODE]Case 0 To 1                MS_lbl_category.Text = CStr("infant")            Case 1 To 2                MS_lbl_category.Text = CStr("toddlerI")   …

Member Avatar for skatamatic
0
298
Member Avatar for moe0

Hello I need to write Age Category Calculator program but I'm not sure how! I've to reed to inputs years and months This is the instruction : Write a subroutine for the button COMPUTE. The application will compute the user’s number of years as follows: if the number of months …

0
62
Member Avatar for moe0

Hello I'm writing a little program to check if a postal code is valid or not and I'm using while loop and if statement this is the code: [CODE]final String REGEX = "[A-Z&&[^DFIOQU]][0-9][A-Z&&[^DFIOQU]] [0-9][A-Z&&[^DFIOQU]][0-9]"; output.println ("Please Enter a Valid Postal Code: "); String postal1; String postal2; boolean isCorrect = false; …

Member Avatar for DavidKroukamp
0
73