Write a Java program assignment4.java, that takes three command line arguments: two csv files (samples given below), and a function name. Based on the function name, your program output changes.

computer science

Description

Assignment 4: 20 marks No minor-clarifications will be provided. Assignments are also meant to improve your decision-making. Any major change (unlikely) will be clarified from our side on Piazza. But take your call on implementation level details.


Write a Java program assignment4.java, that takes three command line arguments: two csv files (samples given below), and a function name. Based on the function name, your program output changes.


Implement the information in the two csv files as a graph and write functions to output the following: (a) Function: average. Should print the average number of characters each Marvel character is associated with, as a float upto two decimal places.

Instruction Files

Related Questions in computer science category