Search:

Type: Posts; User: oracleman

Search: Search took 0.09 seconds.

  1. Replies
    2
    Views
    949

    Re: Help! Can't make it print right!

    The problem is with this if statement:
    However, I tried to make it print instead of println, but I got errors and the code would not compile...



    if (totalNumbers % N == 0) {
    ...
  2. Replies
    2
    Views
    949

    Help! Can't make it print right!

    Heres my code:

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

    public class Ch7Ex11 {

    public static final int N = 10;
    @SuppressWarnings("unused")
    private static final int getNumber = 0;
  3. Thread: Help Please!

    by oracleman
    Replies
    1
    Views
    1,130

    Help Please!

    Hello,
    I was having some problems with my Java code. The program writen below is for a class. The question asks:
    In this exercise, you are asked to rewrite the Programming Example Classify...
Results 1 to 3 of 3