Question: 1) Write a C++ menu program with call to functions to produce the output given below (2) The program should display the output to screen
1) Write a C++ menu program with call to functions to produce the output given below (2) The program should display the output to screen as CIS 25- Programming Laney College Assignment Information Assignnent Number: Homework 2, Coding Assignment -- Exercise #1 Written by: sub itted Date: You need to replace "Your Name" with your real name and "Due Date" with the specified due date. The above result should come from a call to a function named as displayClassInfoYourName(), where YourNane mast be replaced by your first name and your last name initial. For examples, if your name is John Smith then YourName should be 1ohnS throughout all of your work/code as mentioned. (3) A complete menu program will produce the output as follows, I SAMPLE OUTPUT CIS 25 C Programing Laney College Assignment Information Assignnent Number: Honework 2, Coding Assignment .. Exercise #1 Written by: Sub itted Date Due Date MENU-HM#2 1. Calling extractSmallestEvendigitInfoYourName) *2. Quit Enter an integer for option ENTER: 6 Wrong option! 1. Calling extractSmallestEvenDigitInfoYourNane 2. Quit Enter an integer for optionENTER: How many integers? 3 Enter integer #1: 1004 Page 3 of 5 CIS 25-C++ Programming: Homework #2 Enter integer #2: -2111 Enter integer #3: .88645 The original array: 1004 2111 -80645 Calling extractSmallestEvenDigitInfoYourNane) After the function completed and returned the info The seallest even digit is e; and is seen 3 tine(s) in the following value(s): 1004 -88645
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
