Content
Question CSE 102 69. Write a programme to print the pattern. 1 4 6 9 11 13 17 19 21 23 My Answer winclude stdio.h int main() printf("1n"); printf ("4 6n"); printf("9 11 13n"); printf ("17 19 21 23n"); return o; WHY ARE YOU BODING ME? I’M RIGHT