Which code segment should you use to programmatically add the two menu items?
You are busy adding a MenuStrip control, which has an instance of a ToolStripMenu item named testjobItem, to a form in a Microsoft Windows Forms application. This item’s display text is Job. You have received instructions to add two menu items to the Job menu item. The first item’s display text should be Create New Job, and the second one is Run Job. Which code segment should you use to programmatically add the two menu items?