blah blah blah is here! blah blah » Close

0
votes
1 answers

descibe some of the lines these code doing

Hi i am having trouble understanding what this code doing cancould someone please help out by just cooment out some of the function on this code i know about the if statment and class but i am struglling with the rest?? [code]using Syste ...

0
votes
1 answers

reading floating number from an array

Hi friends.In alcuk.txt, there are floating numbers in array, i want to read them but i can't. The numbers are seperated with dot.how can i do.In addition columns are seperated with "|". static void Main() { st ...

0
votes
2 answers

c# pls help for "for loop" variables

Problem is very easy, i think, but i couldn't solve.I gave the codes.I can't use i and j for another loop as integer.I want to use them as limiter in the last for statement. static void Main() { . . . ... ...

0
votes
0 answers

c# pls help for "for loop" variables

Problem is very easy, i think, but i couldn't solve.I gave the codes.I can't use i and j for another loop as integer.I want to use them as limiter in the last for statement. static void Main() { . . . ... ...

0
votes
3 answers

c# reading a line and a column that i want from a text file

hi.my homework is the subject that was written in the title.But i couldn't read the column whatever i did.i want to read the line and column.But i am just reading the lines.in fact, i am not sure that i must use the arraylist for this subj ...

Feedback