🚀 NEW from the xtremepape.rs team: AI exam prep — 120,000+ worked solutions, and it marks your handwritten working from a photo. Sign in with your forum account & try it free → prepare.xtremepape.rs
Can u tell me how to call a function in pseudocodeHey!
I'm actually just learning about arrays so I can't help you with that (yet!), but I'd love to help with pseudocodes! What exactly do you have trouble with?
Wdym?!Can u tell me how to call a function in pseudocode
No i mean how to do this step in pseudocode . The mentioned pic is of vb codeWdym?!
there are selection statements
IF statement (IF...THEN...ELSE....ENDIF) if two conditions
and CASE statement (CASEOF...OTHERWISE...ENDCASE) if more than two conditions and may be used instead of using IF statements in IF statements
called as conditional statements.
and there is Totalling technique (TOTAL<-TOTAL+NUM(variable)) and TOTAL may be replaced by any meaningful variable
and counting technique (COUNT<-COUNT+1) also COUNT may be replaced by any meaningful variable
and there are 3 loops (Repetition)
(FOR..TO..NEXT) used for a fixed number of repetitions
(REPEAT...UNTIL) for an unknown number of repetitions that should be completed at least once
(WHILE...DO....ENDWHILE) for an unknown number of repetitions that may never be completed.
hope it was beneficial
if u need any help in this subject,u can ask me as I am currently taking it and finished the syllabus
No i just want to know that in a procedure how do i call a function in pseudocodeI want to help, but I didn't study vb code
so may u explain what does this program do
🚀 NEW from the xtremepape.rs team: AI exam prep — 120,000+ worked solutions, and it marks your handwritten working from a photo. Sign in with your forum account & try it free → prepare.xtremepape.rs