Write a subroutine to change cases of all the characters of a user entered name string: Upper to Lower Case and Lower to

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

Write a subroutine to change cases of all the characters of a user entered name string: Upper to Lower Case and Lower to

Post by answerhappygod »

Write a subroutine to change cases of all the characters of a
user entered name string: Upper to Lower Case and Lower to Upper
Case.
Write A Subroutine To Change Cases Of All The Characters Of A User Entered Name String Upper To Lower Case And Lower To 1
Write A Subroutine To Change Cases Of All The Characters Of A User Entered Name String Upper To Lower Case And Lower To 1 (103.54 KiB) Viewed 125 times
2.2 A MARIE Subroutine to Change Cases of Characters of User Entered Names (Upper to Lower or Lower to Upper Cases) and Print (15 marks) Write a subroutine to change cases of all the characters of a user entered name string: Upper to Lower case or Lower to Upper case. Name the subroutine as subChangeCase. This subroutine modifies all the characters of a string in memory (from lower to upper or upper to lower cases). The program should then print the original and the modified string. Submit your MARIE code and documentation of test cases converting at least three names. To receive full marks, the main program from section 2.1 must be extended to print the original name string and the modified changed-case name string by calling the respective subroutines. Name your MARIE code file as "2_2_ChangeCase.mas”. Hint: you can easily identify the uppercase or lowercase ASCII value ranges through the ASCII table and notice the numeric difference between the uppercase and lowercase characters. Address 300H 310 f N A ME, I NAME: F NAME, IN AME. +NAME, NAME 320 و 330H $
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply