2008年9月28日 星期日

Homework 9-26-2008

1. Complete Lab String Processing.




2. Write a program that can reverse the order of an input string. For example, if you input "ab", it will output "ba". If you input "abcdefg", it should return "gfedcba".


個人對上句的解釋是 輸入什麼字串就反轉什麼字串




ex:



input : java

output : avaj


沒有留言: