Answer:
Your code does indeed look correct.
Step-by-step explanation:
Declaring the variables seems pretty straightforward as well as the println statement. In terms of the ordering, it seems pretty good. Since Bob wants to sit on an aisle and it's not specified, he can go first. Since Jill wants to be away from James who is on the other aisle, she goes 2nd. Since Betty and Herb are dating, putting them before James seems like the most logical choice.
You could also set it up so that Bob goes Last, James goes First with Betty, James and Jill switching places (the order being James, Betty, Herb, Jill and Bob), but again your code is correct so it shouldn't matter.
Thanks, let me know if this helped!