Search:

Type: Posts; User: ash12

Search: Search took 0.10 seconds.

  1. LinkedStack - need help fixing code; should be quick fix

    I included my Driver class, prompt, input, and output: my pop/peek commands aren't working properly - please help!

    DRIVER:


    //Lab 9
    //Ashmi Patel
    /* Implement and test a LinkedStack....
  2. Replies
    1
    Views
    1,105

    have code - need one line fixed please!

    hihi! here's my prompt and i think i did the program right but I can't get it to work

    how do i fix this program?

    this is the prompt btw: Create a S tudent class that stores the name, address,...
  3. basic recursion problem - code needs to be modified

    I need help fixing this! I just keep getting a million errors urgh



    /* The formula for computing the number of ways of choosing r different things from a set of n things is the
    following: C(n,...
  4. Replies
    0
    Views
    1,085

    [SOLVED] Using recursion issues for basic program

    i have three different calls to use my writeVertical method, but for some reason when i run the program, this is what i'm getting:
    Call 1: 3
    3
    Call 2: 2053
    3
    Call 3: 53209
    3
    basically, the...
  5. Java Programming Fix - using recursion to print integer in reverse order vertically?

    Hey so here's the program I have so far - instead of printing on one line though, I need to print the integers vertically - any ideas? I included the full prompt if that helps anyone!

    /* Write a...
  6. Thread: HELP PLEASEE!!

    by ash12
    Replies
    6
    Views
    1,169

    Re: HELP PLEASEE!!

    I fixed it!
  7. Beginning Programming - Need help with Ideas and Such- Please Help!! URGENT

    Here's my practice assignment. How should I start it?

    The Comparable interface is a very commonly implemented interface. Any class that implements it must define a method called compareTo that...
  8. Thread: HELP PLEASEE!!

    by ash12
    Replies
    6
    Views
    1,169

    Re: HELP PLEASEE!!

    fixed! thanks for offering to help!
  9. Replies
    2
    Views
    1,494

    Re: NEED HELP WITH IDEAS

    honestly, i missed the class in which we were assigned this because of a death in the family. and now the code's due tomorrow and i've got to do this as well as like three other assignments. i'm a...
  10. Thread: HELP PLEASEE!!

    by ash12
    Replies
    6
    Views
    1,169

    Re: HELP PLEASEE!!

    ahh i'm new! how do i use tags?
  11. Replies
    2
    Views
    1,223

    [SOLVED] need help printing single error

    Here's my code. I need to figure out how to print the specific character in the string (say I input word5 - the the erroneous character would be the 5) that keeps the code from working.

    <code>...
  12. Thread: HELP PLEASEE!!

    by ash12
    Replies
    6
    Views
    1,169

    Re: HELP PLEASEE!!

    here's my code; i always get InputMismatch error -___-



    import java.text.DecimalFormat;
    import java.text.NumberFormat;
    import java.io.*;
    import java.util.Scanner;

    public class Application{
  13. Replies
    2
    Views
    1,494

    NEED HELP WITH IDEAS

    hi everybody! i need help basically figuring out how to start this assignment using the comparable interface:

    1. Create a Student class that stores the name, address, GPA, age, and major for a...
  14. Thread: HELP PLEASEE!!

    by ash12
    Replies
    6
    Views
    1,169

    HELP PLEASEE!!

    i'm a student taking a beginner java class and i need help just fixing some of my code

    basically, i need help figuring out how to read delimiters to separate tokens

    if anyone can help, please...
  15. Thread: hello! and help!

    by ash12
    Replies
    0
    Views
    787

    hello! and help!

    hi, i'm a student taking a beginner java class and i need help looking over my code! it's a beginner code so it shouldn't take long...any takers?
Results 1 to 15 of 15