Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
polja_z2.cpp
00001 #include <iostream> 00002 #include <cstdlib> 00003 00004 using namespace std; 00005 00006 int main(){ 00007 00008 int brojevi[8]; 00009 00010 for (int i = 0; i <= 7; i++){ 00011 cout << "Unesi "<< i + 1 << ". broj" << endl; 00012 cin >> brojevi[i]; 00013 } 00014 00015 cout << endl; 00016 00017 for (int i = 7; i > -1; i--){ 00018 00019 cout << brojevi[i] << " "; 00020 00021 } 00022 }
Generated on Thu Jul 14 2022 21:05:48 by
1.7.2