✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Zadana je klasa:
#include <iostream>using namespace std;
class Registracija {
public: int reg1; int reg2;
Registracija();
};
Registracija::Registracija() {
reg1 = 100; reg2 = 100;}
Odaberite ispravan kod main funkcije: