//For this lab, you are to make a function that takes in an integer as an argument, and prints out that number, that number of times.
//For example if you were to call the function with the number 3, the output would be 333 – if you called it with 5, then it would be 55555.
}
//For this Lab, you are to make a function thot takes in an integer as an argumen er /For example if you were to calL the function with #include void printN(int x); int mainO int numl; puts(“Please enter a number:) scanf(“%d”, &num1); printN(num1); return 0; void printN(int x)