Question: User You are given an integer N . You need to use Base 6 7 encoding and return the resulting string. Note In Base -
User
You are given an integer N You need to use Base encoding and return the resulting string.
Note
In Base encoding, we use
AZ
az
Task
For each given integer, print the Base encoded string
N:
Approach
We get the encoded string as JY
It can be verified as:
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
