Search:

Type: Posts; User: frenchsasha

Search: Search took 0.45 seconds.

  1. Replies
    3
    Views
    1,112

    Java code problems!

    There are two errors in this class, what are they? and how do I fix them?


    public class Question04c extends OtherClass{
    protected int answer(int i) throws DumbQuestionException { if(i < 0){...
  2. Re: Multiple Java Programs That I need Help with

    I did question 1
    But i still am not sure about Questions 2 and 3

    My answers are:

    Q2:
    It leads to roots, eat, slice, sauté, and mash
    Output:
    Sizzle!, Chop!, Glop! + 7, Spud!, Spudless!,...
  3. Multiple Java Programs That I need Help with

    Question 1:

    What is the output of the following code?

    public class Question02b{
    public static void main(String[] args){ SuperClass superA = new
    SuperClass(); SuperClass...
  4. Replies
    2
    Views
    1,463

    Java Program Help! Cant find errors

    There is an error in this code, and i need help finding it as well as finding two ways on how to fix it.


    public class Test1 {
    public static void main(String[] args){ Stringy[] stringies...
Results 1 to 4 of 4