Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Given an integer greater than 9, print its last two bits in reverse order with space in between. Example input 3, Example output 1 1
Given an integer greater than 9, print its last two bits in reverse order with space in between.
Example input 3, Example output 1 1
Example input 37, Example output 1 0
Note: This is just for ur referance how output should look like. I need a code in python please
Criteria: Test # Input Output
1 1234 0 1 2 567 1 1
3 182310 0 1
4 82649 1 0
5 64 0 0
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