MinaMourice / AsuMathLabG14

2 stars 1 forks source link

print #10

Closed BeshoyAnwar closed 6 years ago

BeshoyAnwar commented 6 years ago

print is a function with aproto type as following: void print(string file, string varNames[100],string varContent[100] , int& variablesNo); Description: Takes the varName needed to print on terminal and do search for it in varNames array then print its content from varContent array