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
~414 People Reached
Favorite Forums
Member Avatar for sarsekim

Hello, I have two classes, stnt_1 and stnt_2 of the same type. Is it possible for me to call these from a loop? where 1 and 2 are the iterations of the loop control variable. Other words, say that class had a displayString() method, is there a way for me …

Member Avatar for kvprajapati
0
110
Member Avatar for sarsekim

Hello again, I am having some issues adding up numbers. Here is the logic: I have a long string that is in the format name|1|2|3 etc. I am trying to add the sum of all the numbers following the name. So, from the above example, I am looking for the …

Member Avatar for sarsekim
0
157
Member Avatar for sarsekim

Hello, I am having some trouble debugging a simple windows forms application. I have four textboxes, two being readonly that display the calculated answers, and then a "calculate" button. here is the code for the calculate button: [code] private void btnCalculate_Click(object sender, EventArgs e) { decimal obj_height = Convert.ToDecimal(txtHeight.Text); decimal …

Member Avatar for ddanbe
0
147