Question: code should be used in the C++ langauge Suppose you have to use a short x to represent S flags, each of which corresponds to
code should be used in the C++ langauge
Suppose you have to use a short x to represent S flags, each of which corresponds to one bit of the binary number for x. Create a Boolean flag array: bool flag[8]: If a particular bit of the binary number is one, then set the corresponding flag array element to true; otherwise, set it to false. Write a main program to ask user to input an unsigned char value (0-255). Then, write a function (setFlag)) that set the values for the array flag based on the user input value for the unsigned char variable and print out the value of each array elements. Test user input: (1)3, (2) 111, (3) 23
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
