Create a function to Draw an X

New Concepts

ConceptDescription
1
Functions are groups of code blocks that are all related to a single objective
2
Parameters are inputs that are passed to the function like (column,row)
3
Functions can be called from the main function

Code

This code will create a function that draws an X at a specific column,row.