Statistica
MATLAB Answers
0 Domande
1 Risposta
RANK
199.191
of 299.784
REPUTAZIONE
0
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 165.909
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risposto
How do I print a sentence "Hello world!" n number of times?
n = input('Enter a number:'); for sentence = 1:n n = fprintf('%d. Hello world!', n); disp(n:1) end //Is correct
How do I print a sentence "Hello world!" n number of times?
n = input('Enter a number:'); for sentence = 1:n n = fprintf('%d. Hello world!', n); disp(n:1) end //Is correct
7 mesi fa | 0