The issue is that I do not understand how to make two 0's appear before the 7, after the print. the print keeps coming up with just the 7 after the + bond is used in the print line.
int bond = 007; System.out.println("insert what ever you want " + bond); insert what ever you want 7
What i want it so say is
insert what ever you want 007