Write a script to determin and display the equivalant pressure in the atmospheres and psi for an inputted value of bars. Prompt the user for the pressure in bars and display the pressure in atmospheres and psi. Check the input to make sure it is greater than 0.
The conversion must be done in a function. The function will accept the pressure in bars and return both atmospheres and psi. Your script should continue to prompt the user to see if they wish to another calculation.