Search:

Type: Posts; User: oonagh

Search: Search took 0.17 seconds.

  1. Replies
    6
    Views
    1,342

    Re: pseudo code and algorithms

    ok thanks :)
  2. Replies
    6
    Views
    1,342

    Re: pseudo code and algorithms

    can you explain that in more detail please?

    public class Sum
    {
    public static int sumOfDigits int number)
    {
    // complete method
    }
    public static void main(String[] args)
    {
  3. Replies
    6
    Views
    1,342

    Re: pseudo code and algorithms

    how do you separate the 3 numbers?
    i am new to java and really haven't a clue haven't attempted the question yet!
  4. Replies
    6
    Views
    1,342

    pseudo code and algorithms

    Using Pseudo code, design an algorithm that can sum the digits of an integer in
    the range 100-999. For example, given a number 734, the answer would be 7 + 3
    + 4, which equals 14. Given 103 the...
Results 1 to 4 of 4