Computer Science, asked by ajaynsingh1, 21 days ago

Write a program that takes an
integer N as input. The program then
takes N number of comma-
separated pairs of integers called
ab (one per line of input). For each
pair a,b, the program needs to create
an array of size axb. The elements
of the arrays should be whole
numbers starting from 1 and
incrementing by 1
For example,
For the input provided as follows to
the program:
5
2,1
2,2
2,3
5,1
5,2

Attachments:

Answers

Answered by adityapisal662
0

Answer:

plz post question properly

Similar questions