Answer to Question #155704 in C++ for Optimus Prime

Question #155704

How to make a structure for a hospital with 30 members


1
Expert's answer
2021-01-14T11:39:36-0500
struct Hospital {
  struct Person {
    std::string name;
  };
  Person people[30]{};
};

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS