azubuikenneoma05 azubuikenneoma05 05-05-2024 Computers and Technology Answered Type the program's output i = 1 while i < 21: j = 2 while j <= 10: print(f'{i}{j}') j = j + 5 i = i + 9