11 digits. (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
Chat with our AI personalities
Start with 2000 of P then add 1000 of S an at the end add 1000 of I mix it very good .After about 45 days you will have 4000 p,s and I which stand for 4000 PSI
If you add up all the digits, A has the value 8.
public class Add { public staticvoid main(String[] args) { int value=12; intcount=0; int sum=0; while(count
Add the last digit plus the sum of all the previous digits. The base case is that if your integer only has a single digit, just return the value of this digit. You can extract the last digit by taking the remainder of a division by 10 (number % 10), and the remaining digits by doing an integer division by 10.
interfacing