how to write a program combininb name and age?
Mostrar comentarios más antiguos
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?
Respuestas (1)
Fangjun Jiang
el 13 de Ag. de 2024
Movida: Fangjun Jiang
el 13 de Ag. de 2024
No Switch statement is needed. This practice is to get the input and put it in the right format.
help input
help sprintf
1 comentario
Steven Lord
el 13 de Ag. de 2024
Another approach could be to build up a string that includes your data. This documentation page shows two ways to do that.
Categorías
Más información sobre Whos en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!