I'm busy with a software engineering bootcamp. There is a question which I am struggling to answer, especially since it specifically requires me to not make use of functions. This is the question:
Declare a variable called hero
equals to Super Man
Print it out in the following way:
S^U^P^E^R M^A^N
Do Not use any functions to do this
normally I could easily do this with the use of functions, but right now I am completely stuck