Simple App To Take Two Inputs and Create A Text Output

Simple App To Take Two Inputs and Create A Text Output

I want to write a simple application with two multiselects and a text box. The user makes selections from the two multiselects and hits "go", and the text box displays an output that I create in a script, using the multiselect information.

How can I do this in the simplest possible way?

Thanks in advance.