please help with - program that continues to accept a movie name.. capacity

Hi

Could somebody help me to write program

Write a program that continues to accept a movie name (a max

of 30 characters), its ticketing capacity, and the number of the tickets sold

until the user indicates to stop. The program should display the column

headings given below, the movie name, ticketing capacity, number of tickets

sold, and number of seats available.

Sample Input and Output:

Enter a movie name: Blood Diamond

Enter its ticketing capacity: 500

Enter number of the tickets sold: 492

Additional data (Y/N)? Y

Enter a movie name: Shooter

Enter its ticketing capacity: 600

Enter number of the tickets sold: 600

Additional data (Y/N)? N

Movie/Capacity/Tickets Sold/Seats Available

Blood Diamond/500/492/8

Shooter/600/600/0

Thanks!

[868 byte] By [Alex7a] at [2007-11-26 22:18:42]
# 1
public boolean doMyF#ckingHomework(){return false;}
TuringPesta at 2007-7-10 11:13:45 > top of Java-index,Java Essentials,Java Programming...
# 2
> Could somebody help me to write programThe form of help you can expect to get here is when you post what you have done so far and ask answerable questions about it. Just posting your homework is going to get you nothing but flames.
DrClapa at 2007-7-10 11:13:45 > top of Java-index,Java Essentials,Java Programming...
# 3
what do you have so far?
TuringPesta at 2007-7-10 11:13:45 > top of Java-index,Java Essentials,Java Programming...
# 4

> what do you have so far?

He has 10 duke stars to generously award to the first kind soul to do it for him, obviously.

As an aside, this guy sure hasn't learned much (actually nothing) from the end of last October.

http://forum.java.sun.com/thread.jspa?threadID=781524

But he thinks he graduated from "New to Java" to "Java Programming", because now he's posting here.

warnerjaa at 2007-7-10 11:13:45 > top of Java-index,Java Essentials,Java Programming...