Name: Anonymous !8Z96F5duBs 2008-12-21 1:32
hey /prog/ im having a problem in java.
So im reading this text book, and it asks " Write a single line of code that uses the compound operator, -=, to subtract p-30 from the integer value v and store the result back in v. "
now im trying to use:
int v -= p-30;
but its not working in java, what could i be doing wrong?
So im reading this text book, and it asks " Write a single line of code that uses the compound operator, -=, to subtract p-30 from the integer value v and store the result back in v. "
now im trying to use:
int v -= p-30;
but its not working in java, what could i be doing wrong?