Hey, was hoping someone could point me in some kind of direction to answering this?   /// to be done purely recursively, no loops no methods such as (math.pow, math.min etc)   * @param n  * @param loc  * @return the number with digit at location loc removed (if any).  * note: the least significant digit is at location 1, the secon-least significant digit is at location 2, and so on.  */ public static int removeDigit(int n, int loc) { return 0; //to be completed }

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section: Chapter Questions
Problem 14PP
icon
Related questions
Question

Hey, was hoping someone could point me in some kind of direction to answering this?

 
/// to be done purely recursively, no loops no methods such as (math.pow, math.min etc)
 
* @param n
 * @param loc
 * @return the number with digit at location loc removed (if any).
 * note: the least significant digit is at location 1, the secon-least significant digit is at location 2, and so on.
 */
public static int removeDigit(int n, int loc) {
return 0; //to be completed
}
Expert Solution
steps

Step by step

Solved in 2 steps

Blurred answer
Knowledge Booster
Computational Systems
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning