Question: Note :use python only to complete this program Questions 1. Example problem: Develop a solution that takes the price of 1kg apples from N different

Note :use python only to complete this program
Questions 1. Example problem: Develop a solution that takes the price of 1kg apples from N different shops, and then prints the average price. Take N as input from user. Use a loop. For this program, write PAC, algorithm and flow chart. Input Output Process Alternatives N Average price Initialize Sum=0 Use loop For each shop, the In every iteration of price of 1kg apples loop, We can keep the Sum=Sum+price data in array also After N iterations, Average=Sum/N Algorithm Flow chart: 1. Start Left for student to draw 2. Input N 3. i=1, sum=0 4. ifi
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
