Search:

Type: Posts; User: rockout341

Search: Search took 0.10 seconds.

  1. Re: Help with modifying a program for evaluating arithmetic expressions

    Thanks for taking the time to give me that warning. I'll keep that in mind when I need help with anything with more then a few lines of code to use different resources then this forum, but I found...
  2. Re: Help with modifying a program for evaluating arithmetic expressions

    Well that's really not that much code, but that's fine if you can't help. I'll just leave it up in case somebody else can help and if not I'll try somewhere else. Thanks anyway.
  3. Help with modifying a program for evaluating arithmetic expressions

    This is an assignment for a data structures class that I need a little help getting started with. We are given all of the code that I provided below and we are asked to modify it so that the program...
  4. Re: Please help! Nested while loops and asterisk triangles!

    import java.util.Scanner;
    public class Lab10a
    {
    public static void firstPattern()
    {
    int parameter;
    Scanner scan=new Scanner(System.in);
    System.out.print("Enter parameter number:");...
  5. Please help! Nested while loops and asterisk triangles!

    Write program which prints the following four triangle patterns with four different user
    defined methods. Test your program by calling each of these four methods from the main method. Use...
  6. Help with counter controlled while loop please!

    Write program which reads two DNA sequences and then prints their Hamming distance.
    The Hamming distance is the number of one to one character mismatches between the two sequences.
    You are...
Results 1 to 6 of 6