- 4 A Write A Program To Print Following Pattern 1 1 1 1 2 1 3 2 3 4 4 2x2 5 5 B Write A Program To Input Two One Di 1 (24.02 KiB) Viewed 76 times
4. a) Write a program to print following pattern: 1 1 1 1 2 1 3 2 3 4 4 [2x2.5] 5 b) Write a program to input two one di
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
4. a) Write a program to print following pattern: 1 1 1 1 2 1 3 2 3 4 4 [2x2.5] 5 b) Write a program to input two one di
4. a) Write a program to print following pattern: 1 1 1 1 2 1 3 2 3 4 4 [2x2.5] 5 b) Write a program to input two one dimensional array A and B in sorted order and merge them in third array C in reverse sorted array. Note that you are not allowed to use any sorting techniques in the array C.