10 June 2004 - java_dev (original) (raw)

10:56 am - traceawaythefog I keep getting 2 errors with this - now keep in mind I'm still only 3 weeks into java and I don't clue into obvious stuff sometimes because I freak out about the more difficult stuff. The errors I get are: (ok, the carats won't show in the right place - the first carat should be under the semicolon and the second one should be under the n in the first new.) **( errorsCollapse )See, the whole concept of this is to print the sum of the first two numbers, the character plus one and the product of the last two numbers to an output file. My problem with that first error is that I needed to add a print line to print the character to the output file. I obviously did it wrong. I need it to concatenate the cast operator and the character variable plus 1.The second error - I dunno. I'm mental.( the codeCollapse )**Any help would be much appreciated.