Search:

Type: Posts; User: syphethia

Search: Search took 0.07 seconds.

  1. Replies
    1
    Views
    1,684

    Help with code.

    So I have a final coming up and she gave us a practice test and there are two programming questions that I need help with. The first is

    MyArray Class (You can either use an array or an arrayList)...
  2. Replies
    1
    Views
    954

    help with char

    I'm having trouble figuring this out
    this is assignment

    Write a program using a while-loop (and a for-loop) that asks the user to enter a string, and then asks the user to enter a character. The...
  3. Replies
    2
    Views
    936

    help with a last bit of my code!!

    Ok so this is my code


    import java.util.Scanner;

    public class AllisonBrittanyCalculateGrades {

    public static void main(String [] args) {

    Scanner sc = new Scanner(System.in);
Results 1 to 3 of 3