quiz حل الأسئلة الجامعية manage_search الأرشيف

تم الحل ✓
categoryهندسة الحاسبات schoolبكالوريوس event_available2026-07-15

السؤال

Transcribed Image Text:

Q4/A What is x after the following if-else statement is executed? Use a switch statement to rewrite it int main() { int x=3; int z=3; if(z==1)x+=5; else if(z=2) x+=10; else if(z=3) x+=16; else if(z==4) x+=24; return 0; }

check_circle الجواب — حل مفصل خطوة بخطوة

hourglass_top