- Write a function that takes a string as an argument and prints out the string in large letters,
for example, if the string is "KEN", it will print out
# # ###### # #
# # # ## #
#### ##### # # #
# # # # # #
# # # # ##
# # ###### # #
(you may only do for 3 to 5 letters, "AEC" , "AEA", "BEA", "ABE")
(modified from Web Exercise question 17. http://introcs.cs.princeton.edu/java/14array/)
- Write a function that takes a string as an argument and prints out the string in large letters, for example, if the string is "KEN", it will print out # # ###### # # # # # ## # #### ##### # # # # # # # # # # # # # ## # # ###### # #(you may only do for 3 to 5 letters, "AEC" , "AEA", "BEA", "ABE")(modified from Web Exercise question 17. http://introcs.cs.princeton.edu/java/14array/)
การแปล กรุณารอสักครู่..
