Yes po, pero yung instruction po ay "if" statement only. Wala pa po kami sa if..else condition.Else if structure lang po yan

Yes po, pero ano po yung magiging code dito using the flowchart given above and by using if statement only. ThanksIf yung ininput mong number ay less than or equal (<=) to 3 then yung output is "Mr. X"
If yung ininput mo naman na number ay less than or equal (<=) to 7 then yung output is "Mr. Y"
and kung ininput mo naman na number ay not less than or eqal to 3 and not less than or equal to 7 then yung output is "Mr. Z"
So depende sa ininput na number yung sagot.

Di ko po gets? Hahaha pasensya, estup**yante pa lang.x y z
x y z
x y z
x y z
y z
y z
y z
y z
z
not really sure
Ahmm...dept <=7 yata yung nasa flowchart. Salamat pa rin sa ideaif dept <= 3, print client
if dept <= 7, print client
if dept >= 7, print client

salamat sa idea, pero dapat yata masunod yung condition na nasa flowchart not just only the output only.if dept <= 3 print client
if dept <= 7 print client
if dept > 7 print client

no problem, hahaha..actually fundamentals pa lang kami sa programming. Ayun, sa ngayon kaya pa naman ng utak ko, and yes nasa "IF" only statements pa lang kami wala pa sa "IF..ELSE.." and so on..sensya ka na paps di ko nabasa ung note mo, eto namang si loko na nagcomment kahit di pa sigurado sa sagot haha kala ko nasa looping na kayo.hindi rin naman ako sure sa sagot ko dun. kung nasa conditions and if statements na kayo magdedepende lang yan sa input mo regarding sa mga condition, if nameet niya yung certain condition yun iaoutput niya. sa flowchart naman na to sa tingin ko pag kukunin niya yung value ni dept which is 0 ang output ay Mr. X.
