I want to print a sentence before an already printed sentence like:
this is your manager
//this will be printed but then I want to print a sentence
Hello there
this is your manager
Is it possible, if yes how can I do it?
I want to print a sentence before an already printed sentence like:
this is your manager
//this will be printed but then I want to print a sentence
Hello there
this is your manager
Is it possible, if yes how can I do it?