Skip to content
Snippets Groups Projects
Commit 4ef59d3e authored by PRANESH  KUMAR  N's avatar PRANESH KUMAR N
Browse files

periodical 2

parent 0be12215
No related branches found
No related tags found
No related merge requests found
//PSEUDO CODE
function verifyItems(origItems,origPrices,items,Prices)
c=len(origItems)
for i in range(0,c):
if(origItems[i]==items[i]):
if(origPrices[i]==Prices[i]):
a=a+1
else:
a=a
else:
a=a
i=i+1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment