To register for the premium class of C++, ๐ [@ProgrammingWithFaith_bot] ๐
โค4
โค1
50 $ แซแแฃ แ แ แคแฐแฐแฅ high referal แจแแแแ แฅแแ
โ 100%Legit
๐
https://t.me/earncraft_bot/app?startapp=MTg3NjEyMjAyMV8x
โ 100%Legit
๐
https://t.me/earncraft_bot/app?startapp=MTg3NjEyMjAyMV8x
โค2
โก Simply watch videos to earn money, instant payout for new users!
๐ฌ Join VideoEarn, earn money by watching videos!
๐ฐ Get $5.00 reward upon registration
๐ฏ Earn $0.50 per minute watching
๐ Join now: https://t.me/videoearni_bot/videoearn?startapp=E2ED4ADD
@ProgrammingWithFaith2018
๐ฌ Join VideoEarn, earn money by watching videos!
๐ฐ Get $5.00 reward upon registration
๐ฏ Earn $0.50 per minute watching
๐ Join now: https://t.me/videoearni_bot/videoearn?startapp=E2ED4ADD
@ProgrammingWithFaith2018
Telegram
VideoEarn
Turn spare minutes into dollars! Press Start, watch 1-minute videos, and earn$0.50 each minuteไธsimple as that.
Instant balance tracking
Daily streak bonuses & referrals
Secure verification, fast withdrawals
Ready to make your screen time pay? Hit Startโฆ
Instant balance tracking
Daily streak bonuses & referrals
Secure verification, fast withdrawals
Ready to make your screen time pay? Hit Startโฆ
โค1
To register for the premium class of C++, ๐ [@ProgrammingWithFaith_bot] ๐
โค2
C++ Basic 2018 (Batch-2)
@ProgrammingWithFaith2018
2. Output: The product displays only if i+1 is an even number, unless there is no output. The array size is 5, but it has only 4 elements; therefore, 0 is automatically added as the fifth element. ๐งฎ
(product = product * value[i])
- If i=0: product = 1 * 21 = 21. 0 + 1 = 1 is odd, so 21 will not be displayed. โ
- If i=1: product = 21 * 3 = 63. 1 + 1 = 2 is even, so 63 will be displayed. โ
- If i=2: product = 63 * 7 = 441. 2 + 1 = 3 is odd, so 441 will not be displayed. โ
- If i=3: product = 441 * 5 = 2205. 3 + 1 = 4 is even, so 2205 will be displayed. โ
- If i=4: product = 2205 * 0 = 0. 4 + 1 = 5 is odd, so there will be no output. โ
- If i=5: the condition will be false and it will not enter the loop. ๐
FINAL OUTPUT: 63 2205 ๐
@ProgrammingWithFaith2018
(product = product * value[i])
- If i=0: product = 1 * 21 = 21. 0 + 1 = 1 is odd, so 21 will not be displayed. โ
- If i=1: product = 21 * 3 = 63. 1 + 1 = 2 is even, so 63 will be displayed. โ
- If i=2: product = 63 * 7 = 441. 2 + 1 = 3 is odd, so 441 will not be displayed. โ
- If i=3: product = 441 * 5 = 2205. 3 + 1 = 4 is even, so 2205 will be displayed. โ
- If i=4: product = 2205 * 0 = 0. 4 + 1 = 5 is odd, so there will be no output. โ
- If i=5: the condition will be false and it will not enter the loop. ๐
FINAL OUTPUT: 63 2205 ๐
@ProgrammingWithFaith2018
โค3