Problem 59658. Update course numbers and abbreviations
Suppose that the educational institution where you teach purchases new software to handle many essential functions, including course management. For some reason, the software changes the numbers of courses and their subject abbreviations by adding a zero at the end of each course number and removing spaces from the subject abbreviation.
For example, the course COM S 227 Object-Oriented Programming would change to COMS 2270 Object-Oriented Programming and the course A M D 305 Quality Assurance of Textiles and Apparel would change to AMD 3050 Quality Assurance of Textiles and Apparel. Some course numbers are followed by letters (e.g., CYB E 436X Digital Forensics); in those cases, the extra zero precedes the letter (CYBE 4360X Digital Forensics.)
Write a function to change course numbers and abbreviations to conform to the new software.
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers7
Suggested Problems
-
Number of 1s in the Binary Representation of a Number
444 Solvers
-
Project Euler: Problem 2, Sum of even Fibonacci
2298 Solvers
-
618 Solvers
-
144 Solvers
-
50 Solvers
More from this Author279
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!