Computer science and IT assignments Undergraduate

shuffle java

PeopleShuffleSort.java – Create a program that takes four to eight one-word Strings as a command line arguments, creates/initializes an array of those strings stored in reverse and displays them, shuffles and displays the values, and then sorts the array and displays them alphabetically.Use the args.length() method to make sure there are at least four command …

Continue Reading
Computer science and IT assignments Undergraduate

Java Assignment

Includes – DSA (linked list), file manipulation, dynamic programming, hashing, binary search tree, and graphs for coding and some written explanation required.(see attached pdf document).There are some codes that have already been provided and need to be modified (see attached compressed files containing java codes).

Continue Reading
Computer science and IT assignments Graduate

information risk (delibrate)

my task is to write total of 1.5 pages on information risk (delibrate) of commonwealth bank. it should address each of the following aspects: Risk Identification, Risk Analysis, Risk Evaluation, and Risk treatment. it should also include also a mature discussion with all components of risk identified, risk analysis done with reasons for method used, …

Continue Reading
Computer science and IT assignments Undergraduate

Java

The ZipCode ClassAttributesString fiveDigitString plus4Constructorsone constructor with no input parameterssince it doesn’t receive any input values, you need to use the default values below:fiveDigit – “00000”plus4 – “0000” one constructor with one parameterone input parameter for fiveDigituse the default value from the no-parameter constructor to initialize plus4one constructor with all (two) parametersone input parameter for …

Continue Reading
Computer science and IT assignments Undergraduate

Debugging Java Code

An assignment that I have tried to complete and am having difficult successfully completing. I attached the assignment requirements and the code I have in attempts to do the assignment. It can be altered and changed as much as long as it fully works and meets the requirements. Word doc and Students.txt are files regarding …

Continue Reading
Computer science and IT assignments Undergraduate

python program

For this program we will create a bunch of student objects, and we’ll have a dictionary that holds a collection of these student objects. That is, the dictionary will represent a course the students are enrolled in. Using a class will allow us to keep both the student data and the methods that operate on …

Continue Reading