26.09.2015 Views

PROGRAMSKI JEZICI 2

Предавање 1

Предавање 1

SHOW MORE
SHOW LESS
  • No tags were found...

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

VIŠEDIMENZIONALNI VEKTORI<br />

//kreiranje visedimenzionalnog niza:<br />

#include<br />

int main()<br />

{int SomeArray[5][2]={{0,0},{1,2},{2,4},{3,6},{4,8}};<br />

for(int i = 0; i < 5; i++)<br />

for(int j = 0; j < 2; j++)<br />

{<br />

cout

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!