🟢 Վարժություն 5
Ի՞նչ կտպվի էկրանին։
#include <iostream>
int main() {
float a = 1 / 2.0;
std::cout << a;
}To check your solution you need to sign in
Sign in to continue
Sign in to your account
Ի՞նչ կտպվի էկրանին։
#include <iostream>
int main() {
float a = 1 / 2.0;
std::cout << a;
}Sign in to your account