Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Assignment

Last Date of Submission: 20-11-2017


1. Write a program that take a string from the user and then display in reverse order.
2. Write a program that take three characters and display one after the other
Sample Output:
Enter character 01: a
a
Enter Character 02: h
h
Enter character 03: w
w

You might also like