Write a complete C program that analyse the statistics of 5 YouTubers' debut video. The program should: • Prompt the user to key in the number of views of 5 YouTubers' debut video. • Identify which...


Write a complete C program that analyse the statistics of 5 YouTubers' debut video. The program should:<br>• Prompt the user to key in the number of views of 5 YouTubers' debut video.<br>• Identify which YouTuber has the minimum view<br>- Apply non-return value function, include parameter list if necessary<br>• Identify which YouTuber has the maximum view<br>- Apply non-return value function, include parameter list if necessary<br>• Calculate the average views<br>- Apply return value function, include parameter list if necessary<br>• Determine whether the YouTuber is popular or not by comparing to the average views. If the YouTuber's<br>debut video views are greater or equal to the average views, then the YouTuber is popular, else, not<br>popular.<br>Requirements:<br>- Apply array<br>- Apply string.h library<br>SAMPLE OUTPUT:<br>Enter no. of views for -<br>YouTuber 1: 987 YouTuber 2: 1010 YouTuber 3: 3217 YouTuber 4: 4532 YouTuber 5: 899<br>Minimum: YouTuber 5 [899 views] Maximum: YouTuber 4 [4532 views] Average: 2129.00 views<br>YouTuber 1: NOT POPULAR YouTuber 2: NOT POPULAR YouTuber 3: POPULAR<br>YouTuber 4: POPULAR<br>YouTuber 5. NOT POPULAR<br>

Extracted text: Write a complete C program that analyse the statistics of 5 YouTubers' debut video. The program should: • Prompt the user to key in the number of views of 5 YouTubers' debut video. • Identify which YouTuber has the minimum view - Apply non-return value function, include parameter list if necessary • Identify which YouTuber has the maximum view - Apply non-return value function, include parameter list if necessary • Calculate the average views - Apply return value function, include parameter list if necessary • Determine whether the YouTuber is popular or not by comparing to the average views. If the YouTuber's debut video views are greater or equal to the average views, then the YouTuber is popular, else, not popular. Requirements: - Apply array - Apply string.h library SAMPLE OUTPUT: Enter no. of views for - YouTuber 1: 987 YouTuber 2: 1010 YouTuber 3: 3217 YouTuber 4: 4532 YouTuber 5: 899 Minimum: YouTuber 5 [899 views] Maximum: YouTuber 4 [4532 views] Average: 2129.00 views YouTuber 1: NOT POPULAR YouTuber 2: NOT POPULAR YouTuber 3: POPULAR YouTuber 4: POPULAR YouTuber 5. NOT POPULAR

Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here