Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Що надрукує?
#include <iostream>
#include <string>
int main(){
int x=4; std::string s="x=";
std::cout<<s<<x+3;
}
x=4+3
7
Правильна відповідь відсутня
s=7
x=7
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!