Update course numbers and abbreviations - MATLAB Cody - MATLAB Central

Problem 59658. Update course numbers and abbreviations

Difficulty:Rate
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

37.5% Correct | 62.5% Incorrect
Last Solution submitted on Feb 23, 2025

Problem Comments

Solution Comments

Show comments
Primes and Rough Numbers, Basic ideas
What is a rough number? What can they be used...
2
4

Problem Recent Solvers8

Suggested Problems

More from this Author291

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Go to top of page