Search:

Type: Posts; User: xbox221

Search: Search took 0.01 seconds.

  1. thanks lol i couldn't figure a way to terminate...

    thanks lol i couldn't figure a way to terminate the while loop properly.
  2. I have no clue how to do this lol. The foreach...

    I have no clue how to do this lol. The foreach loop seem to only accept a char that is declared and a letter. But thanks anyway.
  3. c# help needed with a mix of loop terminated sentinal

    using System;
    class stringtest2
    {
    static void Main()
    {
    Console.Write("Enter something ? ");
    String line = Console.In.ReadLine();
    String list =...
  4. ha i haven't thought about that thank you.

    ha i haven't thought about that thank you.
  5. c# making a loop with a sentinel and show only the letters

    Hi, this i'm trying to make a loop that would read a list of character (including numbers) that you type in terminated by a period and that would only write the letters and ignore the other...
Results 1 to 5 of 5