Recent content by Vintageflow

  1. V

    Comp Sci Java: Solving the Arrays Dilemma

    Borg, here is my attempt to the answer to the questions you left in the program: // If the user typed something other than a number, what should the program do? - an if statement, saying that a word or character can not be used. // What do you want to do if you find a match? - remove...
  2. V

    Comp Sci Java: Solving the Arrays Dilemma

    Thank you for the reply Mark44 :) One more question, if you remember, do you know how to remove an element in arrays?
  3. V

    Comp Sci Java: Solving the Arrays Dilemma

    hello all, I was given an assignment on arrays, here is the task: Write a program that inputs an array of 10 integers from the user, and removes the duplicate array elements. You may assume that all the integers are between 0 and 100, and you may input them from the user however you wish. The...
  4. V

    Math Deciding Between Math/Applied Sciences & Applied Mathematics Majors

    So I am transferring to a university within a year, and I don't know which math major to choose. It is either Math/Applied Sciences or Applied Mathematics. What I want to do with my major is go into medical research, but I also want to go to grad. school and get my masters (I can not go to grad...
  5. V

    Need help on setting up an equation of population

    1. So for my computer science course I was given the homework on how to write a program on population growth. The serious dilemma is how to set up the equation. Here are the variables that are given to me: J = original number of Jackalopes (the imaginary animal that my teacher used) Y =...
Back
Top