Search:

Type: Posts; User: fallout87

Search: Search took 0.12 seconds.

  1. Re: Need a non void method to return the first three characters of a string

    Thanks Freaky Chris.

    That link lead me to solving my problem.

    In case anyone was curious to the solution:


    //Programming Projects 9.1
    public class PP9_1
    {
  2. Need a non void method to return the first three characters of a string

    Trying to get a non void method to return the first 3 letters of a word but get the following error corresponding to the error in the attachment

    "Type mismatch: cannot convert from int to string"
Results 1 to 2 of 2