Visual Basic.NET - Cooking Turkey Program?

Bryan

New member
"Write a program to display a table of values that represent the cooking time in minutes for a turkey weighed "p" pounds. Assume that a turkey should be cooked 17 minutes per pound. Display the table (using a For loop) in a list box. The possible weights for the turkey should range from 8 pounds to 30 pounds. Use string concatenation to combine the weight of the turkey in pounds with the cooking time in minutes and display both as a single item in the list box."

Someone help me with the code and what goes on the form for this program please?
 
Back
Top