Evaluate Code Segments that uses the String split method
Need Help? Check out these resources!
Evaluating Expressions
|
Grab a Piece of Paper! |
Evaluate each expression. Verify your answer by running the code in the Java Playground. |
Practice 1: Graduate Information
- Trace the provide code segment and predict the output.
- Verify your prediction is correct by running the code in the Java Playground.
Practice 2: Email User Name
- Trace the provide code segment and predict the output.
- Verify your prediction is correct by running the code in the Java Playground.
- Write code to print the domain for the email address. Run your code to test.