Looping in opposite
Hi there there novice right here, how do i rely 20 to at least one (insert after the second one looping print) and upload a hyphen/sprint between the quantity and sentence. Thank you upfront.
void major (){
print (“FIRST LOOPING”);
var flag = 1;
whilst (flag <= 20) {
print (flag.toString() + “I really like coding”);
flag++;
}
print (“SECOND LOOPING”);
}
View Reddit by means of Jumpman6ix – View Supply