Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for TommyTran

Hi everyone, I'm back after 4 months without Dani! Today i just came across a problem about programming. The application I'm doing requires me to "enter the size of an array in a TEXTBOX, then click a button, a list of random number would show up, then re-arrange from Lowest …

Member Avatar for cellus205
0
172
Member Avatar for TommyTran

I have an assignment that asks me to create an application that lets the user enter a word or phrase, then displays the number of vowels found in that word or phrase. Here's what I have so far: [CODE]Dim mystring As String = Me.txtenter.Text Dim chars As Char() = mystring.ToCharArray() …

Member Avatar for apegram
0
1K
Member Avatar for TommyTran

I have an assignment that asks me to do the following things: 1. Create a textbox to get the student's first and last name (ie: John Ark) 2. If the student's "first letter of his last name" (which is "A" in John Ark) ranged from A to I, then puts …

Member Avatar for apegram
0
105
Member Avatar for TommyTran

[CODE] Dim InputText As String = Me.txtenter.Text Dim Letters = From c As Char In InputText.ToCharArray Select c & " = " & AscW(c) & " " Me.lblanswer.Text = String.Join("", Letters.ToArray) [/CODE] The above code is to convert each letter in a word or phrase (including the space) to its …

Member Avatar for apegram
0
87
Member Avatar for TommyTran

I have an assignment that asks me to: 1. create a button 2. when that button is clicked, an inputBox will appear to ask the user how many words they will enter. 3. then display an inputBox for each word. For example, when the first inputBox appears, I enter "3" …

Member Avatar for apegram
0
93
Member Avatar for TommyTran

Hi everyboy! I ran into this assignment that asks me to "create an application that allows the user to enter a word or phrse, then the Label should display that word or phrase backwards in all lowercase. For example, I enter "I read" Then the label should display "daer I" …

Member Avatar for Ranx
0
90
Member Avatar for TommyTran

I just have an assignment that tells me to do the following things. Create a button. When that button is clicked, an InputBox will appear to let the user enter a word or phrase. Then, there are 2 radio buttons: Encode & Decode When Encode is checked "True", the label …

Member Avatar for vbnetskywalker
0
128
Member Avatar for TommyTran

I just ran into an assignment that says: let the user enter a word, then displays the "Unicode base 10 number" for "each" letter in that word. Example: enter "Aretha", the label should then display "A = 65 r = 114 e = 101 t = 116 h = 104 …

Member Avatar for vbnetskywalker
0
118
Member Avatar for TommyTran

Hi everyone! I was doing programming and ran into this assignment. It says: create a "textbox1" to let the user enter a sentence. Then create a "textbox2" to let the user enter the text they want to remove. Then create a "textbox3" to let the user enter the word they …

Member Avatar for TommyTran
0
139
Member Avatar for TommyTran

Hi everyone! I have an assign ment that says: create an application to let the user enter his or her name (first and last name), then displays the Initial in Upper Case. FOr example: you enter "John Wow", then the Label will display "JW". I know that I'm supposed to …

Member Avatar for ChrisPadgham
0
97
Member Avatar for TommyTran

Hello everyone! I have this assignment that says: Create an application to let the user enter a sentence, then calculate how many words there are in that sentence. I know how to count the "Char" in a word (using .Length), but for this assignment, I really have no idea how …

Member Avatar for Stevoni
0
70
Member Avatar for TommyTran

Hi everybody. Today i have an assignment in VBNet. The application is like this. There are 2 TextBox. The [COLOR="red"]1st TextBox [/COLOR]is to enter the [COLOR="Green"]1st random number[/COLOR]. The [COLOR="Red"]2nd TextBox [/COLOR]is to enter the [COLOR="Green"]2nd random number[/COLOR]. Then there is a button. The point is: when the button is …

Member Avatar for TomW
0
82
Member Avatar for TommyTran

I'm back ^^! Ok so the second assignment is like this. First, there is an InputBox that appears for you to enter as many bowling scores as you desire. Then there is a "Statistic" button. When this button is clicked, the answer will display the highest score and the lowest …

Member Avatar for TomW
0
80