Write a modular C program that accepts by keyboard input five (5) user-scores of the PS5 gaming console.
The program must repeatedly request from each user, ratings on the following factors of the PS5 gaming console: • cost,
• games,
• backward compatibility, and
• screen resolution.
All factors are to be scored using a scale of 1 to 5 where 5 represents the highest rating on a factor and 1 represents the lowest. All 4 factor scores must be totalled and stored within the PS5_Scoring Array,...
Can anyone solve this
The program must repeatedly request from each user, ratings on the following factors of the PS5 gaming console: • cost,
• games,
• backward compatibility, and
• screen resolution.
All factors are to be scored using a scale of 1 to 5 where 5 represents the highest rating on a factor and 1 represents the lowest. All 4 factor scores must be totalled and stored within the PS5_Scoring Array,...
Can anyone solve this