Slot machine program java

broken image
broken image

Printf('Enter the length of the array: ') The n-base value is the sequence of the remainders from last to firstĮxplanation num Divisor quotient remainder 718 12 59 10(A) 59 12 4 11(B) 4 12 0 4(4).Repeat step 2 and 3 until the quotient is 0.

broken image

broken image

The function accept positive integer n and num Implement the function to calculate the n-base equivalent of num and return the same as a string N-base notation is a system for writing numbers that uses only n different symbols, This symbols are the first n symbols from the given notation list(Including the symbol for o) Decimal to n base notation are (0:0, 1:1, 2:2, 3:3, 4:4, 5:5, 6:6, 7:7, 8:8, 9:9, 10:A,11:B and so on upto 35:Z)

broken image