C 
		
								
				
				
			
		ceri_m
I have two rows, and I want to add the total number of columns which have a 1
in them, over both rows.
1 0 0 1 1 0
1 1 0 0 1 1
So if a 1 occurs whether in one or both rows, it still counts as 1. So here
the count would be 5.
I can’t get my head around it at all!!! Please help!
				
			in them, over both rows.
1 0 0 1 1 0
1 1 0 0 1 1
So if a 1 occurs whether in one or both rows, it still counts as 1. So here
the count would be 5.
I can’t get my head around it at all!!! Please help!
 
	