Question: Consider the following code. What is printed if msg is 'Have a nice day'? What is printed if msg is 'Howdy'? Describe what it does

Consider the following code. What is printed if msg is 'Have a nice day'? What is printed if msg is 'Howdy'? Describe what it does using simple English. m = length (sprintf ('%s', msg)): fprintf ('%s%s ', blanks (40-m), msg)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
