Recent content by bbeth

  1. B

    Fixing Roman Numeral Conversion Program Errors

    I figured that out but now I still have a problem with enum romanType{M=1000 and so on} I don't have something right but I cannot figure it out. I tried taking out "enum" but that made even more errors. Does someone know what I am doing wrong? please
  2. B

    Fixing Roman Numeral Conversion Program Errors

    I am trying to make a program that let's a user input a number(which counts up 20 elements) and that is converted into roman numerals. I need 2 parallel arrays, one which holds only positive numbers and one which holds only strings. I keep getting 2 error messages "+= int differs in levels of...
Back
Top