Question: Please help complete the following method using primarily bitwise operators. Multiplication,division,and modulus not allowed. Ex: If 17 is passed in the output should be 21.
Please help complete the following method using primarily bitwise operators. Multiplication,division,and modulus not allowed.
Ex: If 17 is passed in the output should be 21.
public static String intToOctalString(int octal){
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
