Question: * - You may not use the StringBuilder class * * * * * * * * * * * * * * * *
You may not use the StringBuilder classThis function should return a string representing the calling object
Example
If the calling object contained the following values:
filename "operahouse.jpg
location "Sydney"
fileSize
people John "Sarah", "Claire"
then toString should return the following multiline string:
name: operahouse
extension: jpg
location: sydney
size: b
people: John, Sarah and Claire
Note:
the 'name' should contain everything in 'filename' to the left of the last dot
the 'extension' should containing everything in 'filename' to the right of the last dot
If there is only one name in the people array there should be no comma or 'and'
You can make a new line in a string using
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
