;) import java.io.*;
public class bro
{
public static void main(string args[])
{
seat [][]
seats=new seat[5][6];
int row, input, how many, count =0;
string name;
string movie="Movie Title:"
+"\n1:Seat"
+"\n2:view seat"
+"\n0:quit";
for (int i=0; i<5; i++)
{...