I have a program which requires me to calculate a total price for a flight booking and I need to multiply that total by the number of passengers in an array list..
How do I do this if the array list that is being created is empty?
Or do I need to set a number on the number of elements in the array list?
Hope someone can help thanks.