🟢 Վարժություն 18

Ի՞նչ կտպի ծրագիրը։
#include <iostream>

int main() {
  int a = 100;
  if (a > 10) {
     int b = a;
  }
  std::cout << b;
}
 
 
To check your solution you need to sign in
Sign in to continue