CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: rcheeks23

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    13,809

    Re: Names with Roman Numerals

    I tried printing it out by adding the line of code you provided in my methods



    public String getLast(String input){
    String[] parts = input.split(" ");
    String last = parts[1];...
  2. Replies
    4
    Views
    13,809

    Names with Roman Numerals

    I had an interview question a couple months ago and one of the questions was to accept a name with a roman numeral up to the number 50.

    1)you ask the user how many names they are going to put in....
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured