Page 1 of 1

Activity 8 Create a script that completes the following tasks: the questions! 1. It prompts the user for a series of 5-1

Posted: Sun Jul 03, 2022 11:59 am
by answerhappygod
Activity 8 Create A Script That Completes The Following Tasks The Questions 1 It Prompts The User For A Series Of 5 1 1
Activity 8 Create A Script That Completes The Following Tasks The Questions 1 It Prompts The User For A Series Of 5 1 1 (34.52 KiB) Viewed 24 times
please I need help with this shell script problem
Activity 8 Create a script that completes the following tasks: the questions! 1. It prompts the user for a series of 5-10 integers. • The user must be prompted for a minimum of 5 numbers. . After the user has entered 5 numbers, the program should allow the user to stop entry or enter another number. 2. When the user chooses to stop or after 10 numbers have been entered, the program stops prompting for values and perfor following calculations: o the product of the integers o the average of the integers o the sum of the integers o the min of the integers o the max of the integers 3. After performing the calculations, the program should display the following to the user: o the values the user entered o each of the calculations, using a phrase that identifies the value