Set Spinner.Elements property with the options you want for each one.
You can use two labels to display the chosen options.
When you choose an option then the event AfterSelecting is triggered...you can set label.Text = selection
Then you can place a button,. that when pressed in button.Click event you can compare the selection from each spinner with the different options to display what you want.
It's very accommodating of @Ramon, but this is not a forum for having the absolute basics presented to you on a silver platter. So learn the basics first. There is very extensive and helpful material from App Inventor itself and last but not least from @Taifun on https://puravidaapps.com/.
In addition, topics regarding “Spinners” and problems with them have already been discussed countless times here in the forum.
A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.
There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps
How to do a lot of basic things with App Inventor are described here: How do you...? .