🟢 Վարժություն 4
Փորձեք առանց ծրագիրը աշխատեցնելու պատասխանել, թե ինչ կտպվի էկրանին։
#include <iostream>
int main() {
char z = 'z';
char symb = z + 2;
int symbInt = z + 2;
std::cout << symb << " " << symbInt;
}To check your solution you need to sign in
Sign in to continue
Sign in to your account