Here in the above code, we create an inverted numeric pattern of length 6 using String.init() function. Here we uses for loop(starting from 0 to num-1) which is used to print each row. In this loop, we uses String.init() function. This function prints “1234” according to the cou...