Write a script that accepts three numbers as parameters. Your script should add the first two numbers together and then call a second script that accepts two parameters; the sum of the first two numbers and the third number. Your second script should display the sum of the first two numbers and third number. Both scripts should display their process idâ??s.
Ads