14. Write a program that gets the name from user and then print back on the screen. Without using puts and gets functions. code example
Example: print greeting in python explication
greeting = "Hello, world!"
print greeting
greeting = "Hello, world!"
print greeting