This site requires JavaScript, please enable it in your browser!
Greenfoot back
gyrlonfilm
gyrlonfilm wrote ...

2013/5/29

Don't quite understand what this is asking.

gyrlonfilm gyrlonfilm

2013/5/29

#
Rewrite the line of code that begins “Key key = new Key” as two, separate lines of code that each contain a statement—an initialization statement and an assignment statement.
danpost danpost

2013/5/29

#
First, make it a complete statement. Then, write the assignment part of it as your second line and determine from that what the initialization (or declaration) part of it should be for the first line.
You need to login to post a reply.