Iteration in Golang

Hi,
I am trying to create a program which print out results bassed on the the record number? For example:

GroupNo FirstName LastName
1 A B
1 C B
2 V B
2 F B
3 K B
3 P B

So in this case, I want to compare the current record with previous record and want to print out the result bassed on the current group number

How is this question different from the one you’ve asked yesterday?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.