Borna Ivancic23
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Borna Ivancic23 created a post, Problem with else if in Clion
#include <iostream> using namespace std; int main() { int A, B; while (true) { cout << "Unesite broj A: "; cin >> A; cout << "Unesite broj B: "; cin >> B; ...