int x = 8 % 3 * 6+ 2 - ( 6 + 4 - 6 ) cout << x << endl | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

int x = 8 % 3 * 6+ 2 - ( 6 + 4 - 6 ) cout << x << endl

what is the output of the following code

16th Apr 2021, 11:10 AM
Motasem Abufares
Motasem Abufares - avatar
1 Answer
+ 1
10// but you missed the semi-colon
16th Apr 2021, 11:14 AM
Basel.Al_hajeri?.MBH()
Basel.Al_hajeri?.MBH() - avatar