Search:

Type: Posts; User: robertsbd

Search: Search took 0.20 seconds.

  1. Re: help w/ storing/scanning numbers in two dimensional arrays

    not sure is this is any better here is what i changed


    import java.util.Scanner;
    import java.io.*;


    public class Assign10_Roberts{
    public static void main(String[] args){
  2. Re: help w/ storing/scanning numbers in two dimensional arrays

    here is my updated code and errors


    public class Assign10_Roberts{
    public static void main(String[] args){

    //input Scanner
    Scanner input=new Scanner(System.in);

    int midTerm1=0;
  3. Re: help w/ storing/scanning numbers in two dimensional arrays

    ok here is my updated code and errors



    import java.util.Scanner;
    import java.io.*;


    public class Assign10_Roberts{
    public static void main(String[] args){
  4. Re: help w/ storing/scanning numbers in two dimensional arrays

    heres the errors im getting


    Exception in thread "main" java.lang.Error: Unresolved compilation problems:
    Duplicate local variable i
    j cannot be resolved to a variable
    Duplicate local...
  5. help w/ storing/scanning numbers in two dimensional arrays

    have a assignment that we have to accomplish the same work as in a previous assignment except use two dimensional arrays... this is my previous assignment

    A Computer Technology Instructor has a...
Results 1 to 5 of 5