Question: Given 8-bit variables A and B, each holding an 8-bit unsigned number. Write a program to find the average of A and B. Place the

Given 8-bit variables A and B, each holding an 8-bit unsigned number. Write a program to find the average of A and B. Place the result into variable C. Hint: Shifting (or rotating) a binary number to the left divides the number by 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
