aspose file tools
The moose likes Beginning Java and the fly likes Int array? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Int array?" Watch "Int array?" New topic
Author

Int array?

Imran Bhutta
Greenhorn

Joined: Oct 31, 2004
Posts: 9
i have a for loop and now i dont know how i would add the int values in an array?

i need it to add the vaules together and then see if its a % of 10 and if its not i have to make it which is basiclayy value of n % 10 and add the remainder, which will give me my last values. and then with these values i have to decode a string..

Barry Gaunt
Ranch Hand

Joined: Aug 03, 2002
Posts: 7729
Do you mean that an input of "424242" is to give an int value of 18?


Ask a Meaningful Question and HowToAskQuestionsOnJavaRanch
Getting someone to think and try something out is much more useful than just telling them the answer.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Int array?
 
Similar Threads
Changing an arrays size
Problem with Linear Transformation method in Cipher program
help with program
How you guys treat the " or ' fields inputs?
runtime error?