The ideal gas law can be stated as P V = nRT where P = pressure
in Pascals (Pa) V = volume in cubic meters (m3 ) n = number of
moles in moles (mol) R = gas constant = 8.3145m3 Pa / ( K · mol ) T
= temperature in Kelvin (K). Using MATLAB or Octave, Write a script
that prompts the user for the pressure, the volume, and the
temperature; storing each in a variable. The script...