You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/*Write a program that converts a decimal (base-10) number "A" to a base-B number. Input will be given in the format of two integers separated by a space. Output will be base-B number.