- Messages
- 4,493
- Reaction score
- 15,418
- Points
- 523
plz help me alil bit...
🚀 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
badrobot14plz help me alil bit...
ten years later he will make his entry
ten years later he will make his entry
kal ppr hai -_-Hahaha
Get a teacher/Join a comp academy
What is the purpose of learning C++
Um. Internet sey help ley lokal ppr hai -_-
for loopWhat do you need help with?
for (int i = 1; i <= 5; i++)for loop
convofor (int i = 1; i <= 5; i++)
{
// Write your loop code here.
}
"int i = 1" - Initialization of Iteration variable/ count variable
"i <= 5" - Loop condition/comparison. It's basically a true false. You can also place method call there.
"i++" - Increment (By 1), i-- decrement by 1
i get you... butfor (int i = 1; i <= 5; i++)
{
// Write your loop code here.
}
"int i = 1" - Initialization of Iteration variable/ count variable
"i <= 5" - Loop condition/comparison. It's basically a true false. You can also place method call there.
"i++" - Increment (By 1), i-- decrement by 1
This is runtime. This is how instructions are being processed by compiler.http://www.eskimo.com/~scs/cclass/notes/sx3e.html
y is he giving these commands again n again?
expr<sub>1</sub>
expr<sub>2</sub>
statement
expr<sub>3</sub>
expr<sub>2</sub>
statement
expr<sub>3</sub>
...
expr<sub>2</sub>
statement
expr<sub>3</sub>
expr<sub>2</sub>
thanks there . id remember u in ur prayers and u too plz rememb meThis is runtime. This is how instructions are being processed by compiler.
Compiler checks
expr<sub>1</sub> if true or meets condition then move onto
expr<sub>2</sub> if true or meets condition then move onto
statement
only diference btw for and while loop is that there 2 eqn in while while three in for ryt?.This is runtime. This is how instructions are being processed by compiler.
Compiler checks
expr<sub>1</sub> if true or meets condition then move onto
expr<sub>2</sub> if true or meets condition then move onto
statement
wch?My paper went BLANK -_-
Comp paper 22wch?
we dint insist on having this u know it was imposedComp paper 22:/
🚀 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