Question: Declare and initialize the memory variable A to 3 2 - bit signed integer value - 5 4 3 2 1 0 and variable B
Declare and initialize the memory variable A to bit signed integer value
and variable B to bit signed integer value
Declare the memory variables C and D and read in their values from the keyboard
as bit signed integer value and bit signed integer values
respectively.
a You should display a message asking for the value of the variable, for
example: What is the value of C then
b Read in the value of C from the keyboard and then
c Display the value you have read beside ie to the right of the message
What is the value of C Then repeat for variable D in the next line.
Variable Z should be declared as a bit signed integer.
Display the string Z A BC D alone in a single line.
Display the values of all the variables A B C D together in the next line in the
order in which they appear in the expression; each separated by spaces and a
semicolumn and spaces again.
Display an empty line.
Display the final result contained in variable Z in binary, then in decimal, and then
in hexadecimal; each in a separate line.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
