Individual Report-C - 23IR008
Individual Report-C - 23IR008
Individual Report
Cricket Scoreboard
23IR008
Mukund DIlip Krishna
Aim:
To display the scores of a cricket match with the use of C.
Introduction:
Historically, the Cricketing era began in the 16th century. But formally, the cricket
scoreboard’s history was traced to keeping score in the 18th century. In early games,
players often kept a record of their scores. However, around the mid-1700s, manual
scorecards were introduced.
Because of manual scoring, it has become easier to keep records and analyze the
score.
The Early Days: Manual Scoreboards and their Impact on Game Dynamics and
Strategy
In the beginning, scoreboards were manual.
● Someone had to update the scores by hand.
● These scoreboards were simple but very important.
● They provided vital information to both players and fans.
● It impacted how the game was played and enjoyed.
● Players can see their scores and adjust their game dynamics and strategy.
● Fans can quickly follow the game’s progress, making the experience more
exciting.
Algorithm:
Start
Input Team Name
● Print the team name, total overs, total wickets, and total runs.
● Print a formatted table with player details (name, runs, and balls).
● Loop through the array of players and display each player's data if the name is
not empty.
End
Code:
Output:
Result:
The scores of the cricket match have been displayed with the use of C.
References:
1. https://www.yashisports.com/cricket-scoreboard/#:~:text=Cricket%20scoreboards
%20are%20important%20for,wickets%20taken%2C%20and%20overs%20bowle
d.
2. https://www.w3schools.com/c/c_intro.php