Question: //Step 2 // Create a variable named portfolio of type Portfolio // with the following inputs: // First Name = Susan // Last Name =


//Step 2 // Create a variable named "portfolio" of type Portfolio // with the following inputs: // First Name = Susan // Last Name = Holiday // Cash Amount = 100000 // YOUR CODE HERE //Step 2.3 // used the portfolio variable to call the displayInfo method // YOUR CODE HERE //end Step 2 - 2.3
Java Netbeans
Console Output: Portfolio Information Name: ID: Cash: Susan, Holiday Su-Ho-1000 100000.00 Looking at some of the data in the file: DATE,SP500, GOLD, LIBOR 2019-01-02,2510.03,1287.200,2.79388 2019-01-03,2447.89,1287.950,2.79500 2019-01-04,2531.94,1290.350,2.80388 2019-01-07,2549.69,1291.500 2.79681 2019-01-08,2574.41,1283.900,2.78250 2019-01-09,2584.96,1281.300,2.79888 2019-01-10,2596.64,1292.400,2.79694 2020-08-07,3351.28,2061.500,0.25250 2020-08-10,3360.47,2030.300,0.25688 2020-08-11,3333.69,1996.600,0.25350 2020-08-12,3380.35,1931.700,0.26475 Console Output: Portfolio Information Name: ID: Cash: Susan, Holiday Su-Ho-1000 100000.00 Looking at some of the data in the file: DATE,SP500, GOLD, LIBOR 2019-01-02,2510.03,1287.200,2.79388 2019-01-03,2447.89,1287.950,2.79500 2019-01-04,2531.94,1290.350,2.80388 2019-01-07,2549.69,1291.500 2.79681 2019-01-08,2574.41,1283.900,2.78250 2019-01-09,2584.96,1281.300,2.79888 2019-01-10,2596.64,1292.400,2.79694 2020-08-07,3351.28,2061.500,0.25250 2020-08-10,3360.47,2030.300,0.25688 2020-08-11,3333.69,1996.600,0.25350 2020-08-12,3380.35,1931.700,0.26475
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
