Write a VBScript code lines that define a constant TAXRATE that is 25%, a variable basePay that is 1000, and a variable bonusPay that is 500.00. Calculate the net pay, and asign that value to netPay. Then, calculate the taxes and assign that value to taxWithheld.