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...
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...
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...
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 =...