reset password
Author Message
ilopezd
Posts: 16
Posted 18:59 Sep 15, 2017 |

Hello, I'm having trouble understanding how to make an ArrayList for LAB 2. The code I have for it looks like so:

// List<DataType> name = new ArrayList<DataType>(); 

I got a zero for the LAB with a comment saying " Did not implement any part of Lab2 using array list! " Can anybody explain the proper way of using array list or if I was correct?  

buensons
Posts: 5
Posted 19:28 Sep 15, 2017 |

Can you show me all your code for Lab2? Thanks