how to write a program combininb name and age?
이전 댓글 표시
In my HB I got an assigment on writing a program that asks for the name and age of a person, then runs the sentence Dear__your age is___, the blank spaces containing the input
I thought about using a switch, the cases being the name inputs, is that something I can do or is there an easier way?
답변 (1개)
No Switch statement is needed. This practice is to get the input and put it in the right format.
help input
help sprintf
댓글 수: 1
Steven Lord
2024년 8월 13일
Another approach could be to build up a string that includes your data. This documentation page shows two ways to do that.
카테고리
도움말 센터 및 File Exchange에서 Whos에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!