0
Function Destruct debug
Hello friends, can someone help me debug this code. Its a small code, i cant figure out what i am missing https://code.sololearn.com/WE31igsAXEsF/?ref=app
2 Respostas
+ 1
You define a function called "print"
And you are trying to invoke a function called "printUser"
You have to use the same function name :)
+ 1
Thank you, i was stumped. I kinda newbe especially for deguggin.
Thanks