Calculate Mean deviation for the following data
Attachments:
Answers
Answered by
0
Answer:
sorry I don't know the answer but it will be a bit more difficult
Answered by
0
Answer:
You will be given a variable list of unknown length, containing 32-bits unsigned integers. You are required to give as output a comma separated list, showing for each element in the list the integer you get by reversing bits in its binary representation. For example, if the list is 32768, 101200 and 262144, you are expected to give as output 65536, 181501952 and 8192. Integers in the list will be given one per line.
Case 1:
For the input provided as follows:
32768
101200
262144
Output of the program will be:
65536, 181501952, 8192
Case 2:
For the input provided as follows:
10
0
Output of the program will be:
1342177280, 0
Time Remaining for Test 00:29:21
Dark Mode
1
Similar questions