Write a statement that defines name to be your name (a string). Follow it by statements that display your name is wise. on the console, followed by an end-of-line, where your name is the value of name. For example, if your name is Doc, then it should display
Doc is wise.
Do not write your name more than once in the program.

 

    [Language: Cinnameg  Kind: statements]