Question: Find the values of the variables in the batch program below: @echo off set /a x=0x55 set /a y=0xaa set /a o1=x^&y set /a o2=x|y
Find the values of the variables in the batch program below: @echo off
set /a x=0x55 set /a y=0xaa
set /a o1=x^&y set /a "o2=x|y" set /a o3=0 set /a o3+=y set /a o3-=x
Note: Fill the blanks with just the decimal numbers, don't add additional spaces, delimiters, etc. 1. The value of o1 is: 2. The value of o2 is: 3. The value of o3 is:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
