On Sunday, 7 January 2018 at 17:23:20 UTC, thedeemon wrote:
On Sunday, 7 January 2018 at 12:59:10 UTC, Vino wrote:
Just noticed that the output writes the data and key as 2
values , but the requirnment is to write to six files, e.g
That's the part you can implement yourself. Just replace those
writelns with writing to corresponding files.
HI Deemon,
I tried to manipulate the writeln's as below but the output is
not as expected as it prints the data in row wise, where as we
need it in column wise.
writeln(vk[0][0]);
Baker
America
18
From,
Vino.B