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
Post a Comment