Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started