CS201 Assignment No. 3 Spring 2020 Solution |VU MAGIC HELP

Опубликовано: 09 Март 2026
на канале: VU Magic Help
52
like

Here is CS201 Introduction to Programing Assignment No.3 100% Correct Solution. Download Solution File from our website. Link is below:
Visit: https://vumagichelp.online/
...........................................................................................................................................................
Assignment Statement:
Assume you are working as a sports data analyst for a university named “ABC University”. Your job is to collect data of different players and judge their performance. Based on the data collected from players, their performance for a given season will be analyzed and comparison among players of the team will be made for selection. For this purpose, you are required to write a program in C++ that will create a class named “Sports”. The class will create a file named “Sample.txt” in the current directory. You will use file handling mechanism for entering player’s information. Following tasks are required:

• You are required to create a class named “Sports”.
• Declare three data members of Sports class named playername, game_name and total_wins with appropriate data types.
• The class will consist of 6 functions named input_file(), read_file(), notstartingwithA(), lower(), upper() and digit() respectively along with a default constructor. The description of each function is given with the screenshots in the “Sample output”.
• In the main() function an object of the class “Sports” will be created and it will be used along with switch statement to call the functions mentioned above. i.e. input_file(), read_file(), notwithstanding(), lower(), upper() and digit().
• Initially a menu will be displayed consisting of different choices as shown below:



.........................................................................................................................................................We started to teach all the Virtual university courses in the easiest Method,
I hope you all ready to learn.
so do not forget to subscribe to our channel and press the bell icon to get a notification when we upload.
link:https://bit.ly/3fGCX8z

If you are VU Student Subscribe and Click the bell icon to learn.
Subscribe Here:https://bit.ly/2AoefLr
Facebook Page :  / vumagichelp.pk  
Facebook Group: https://tinyurl.com/yy7g2xyl
Website:https://vumagichelp.online/
#cs201 #assignment_solution #vu