Description🟢 Վարժություն 5Ի՞նչ կտպի ծրագիրը:#include <iostream> int main() { int b = 100; int a = 100; bool c = a == b; std::cout << c << std::endl; } To check your solution you need to sign inSign in to continue