🟢 Վարժություն 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 in
Sign in to continue
Sign in to your account
Ի՞նչ կտպի ծրագիրը:
#include <iostream>
int main() {
int b = 100;
int a = 100;
bool c = a == b;
std::cout << c << std::endl;
}Sign in to your account