Name: Anonymous 2007-09-17 19:32 ID:3MacL3DO
im trying to display two double variables after a string in an applet in java.
i am currently using :
Graphics.drawString("numbers :" + x + y, 60, 40)
but i keep recieveing a ')' expected error. any suggestions
p.s. if i remove '+y' it works but then i cannot display the second number
i am currently using :
Graphics.drawString("numbers :" + x + y, 60, 40)
but i keep recieveing a ')' expected error. any suggestions
p.s. if i remove '+y' it works but then i cannot display the second number