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