static int knapsack(int W,int val[],int wt[],int n) ...
Build the Experiment class (name, weight, rating) and a container class that holds them, with constructors, setters/getters, and print methods Input the 12 experiments from the table provided in the ...