Search:

Type: Posts; User: oonagh

Search: Search took 0.07 seconds.

  1. Thread: Arrays

    by oonagh
    Replies
    4
    Views
    1,335

    Re: Arrays

    It allows me to input the mark and student name but the program does not show the highest and lowest mark
  2. Thread: Arrays

    by oonagh
    Replies
    4
    Views
    1,335

    Arrays

    Hello can anyone help me write this program using blueJ.

    Write a Java program that will:
    Firstly prompt the lecturer to enter the number of students in a programming class in
    range 1-10. ...
  3. Replies
    3
    Views
    1,016

    Re: help finish my code please

    import uulib.GUI
  4. Replies
    3
    Views
    1,016

    help finish my code please

    :)
  5. Replies
    1
    Views
    2,537

    actual and formal parameters

    eter?
  6. Replies
    6
    Views
    1,348

    Re: pseudo code and algorithms

    ok thanks :)
  7. Replies
    6
    Views
    1,348

    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)
    {
  8. Replies
    6
    Views
    1,348

    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!
  9. Replies
    6
    Views
    1,348

    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 9 of 9