bluej - Blue J Java Print string specified by int val -


how print string multiple times specified int val.

say instance

int value = 5;  print("?") 

basically need make question mark print 5 times. int value can change. homework needed on, thanks

for(int = 0; i<value; i++) {     //print("?") } 

Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -