Search:

Type: Posts; User: Maureen22

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    663

    Re: 2dArray index 00 input problem

    Thank you! it's Ok now
  2. Replies
    2
    Views
    663

    2dArray index 00 input problem

    Hello I need help in my code

    The problem is that it skips the index [0][0] and it I cannot enter a value and it displays blank.
    So here's the output:


    Enter row size: 3
    Enter colum size: 4
    ...
  3. Replies
    0
    Views
    611

    Array Methods

    Hello I need help in creating a class with array methods, I got so confused.



    import java.util.Scanner;

    public class ExecuteArray
    {
    public static void main(String [] args){
  4. How do I calculate power using for loop?

    Hello I need some help.

    How do I use for loop in order to calculate the power of a number?

    In here, I used Math.pow and I need to change it and use for loop instead.



    import...
  5. Replies
    2
    Views
    974

    Re: Nested For Loop Problem

    Thank you for correcting my work sir/miss, but I forgot to mention that we are not allowed to use Math.pow in this problem.
  6. Replies
    2
    Views
    974

    Nested For Loop Problem

    Hello I am new in nested looping and I need help with my nested for loop assignment, Here's the instruction and what I have done so far:

    Create a Java program that accepts integer input from the...
Results 1 to 6 of 6