VariadicFunctionExample

Description

This program that calculates the average of the integers inside a couple of string.

For Example

There is a function which name is findAvg includes the name of students and scores.
findAvg("John Walker,Adam Micheal,Alan Smith,Berkay Gurbuz",120, 95,20, 58);

View

image

Features

Variadic function used
Print the user and scores ☑
Give error if Number is not 0 to 100 ☑
User enter the name and notes.