CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2010
    Posts
    1

    Exclamation ROMAN NUMERALS CALCULATOR problem

    pls help me finish this.
    i need this to pass my course this summer class. pls



    *sample output


    enter 1st value: XXII
    enter second value: XX

    OPeration:
    [1]addition
    [2]subtract
    [3]division
    [4]multiply
    operation: 1


    answer: [in roman numeral] XLII - [in number] 42




    PLS HELP!



    my prof said that i'll be using ARRAY . STRING and records.

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: ROMAN NUMERALS CALCULATOR problem

    Asking for help finishing implies that you've actually started. Nobody here will do your homework for you.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured