design a menu driven program to ask the user about the mealhe/she wants to buy and calculate the total bill for customer.Meal1-> 5.0 –> 1 Meal2 -> 2.0 –> 2 Meal3 -> 0.5 –>3Quit –> -1
write a function that receives a String
array (array of objects of type String)
and find the total number of charachters
in all strings
//String [] StrArray = {“AAA”, “B”, “CC”, “DDDDDDD”};
Answer