Coding | EXAMS | IBM ACCENTURE | VIRTUSA | IBM | AMAZON | TCS | EPAM | WILEY EDGE | TECH MAHINDRA | JPMORGAN | HCL | WIPRO
3.36K subscribers
1.13K photos
3 videos
17 files
373 links
Main channel https://t.me/Coding_000
Contact Admin 👉 @ILOVEU_143 for booking your exam slots
Web- https://coding000.github.io/Projects/
💯% clearance in any placement exams
OffCampus -https://t.me/Offcampus_000
Discussion- https://t.me/exams_discussion
Download Telegram
int countNecklaces(int maxPearls, int startMagnificence, int endMagnificence) {
    int count = 0;
    for (int pearls = 1; pearls <= maxPearls; pearls++) {
        for (int magnificence = startMagnificence; magnificence <= endMagnificence; magnificence++) {
            if (pearls == 1) {
                count++; // count necklaces with one pearl
            } else {
                int prevCount = count; // remember count before adding necklaces with pearls-1
                for (int prevMagnificence = startMagnificence; prevMagnificence <= magnificence; prevMagnificence++) {
                    count += prevCount; // add count for each magnificence power
                }
            }
        }
    }
    return count;
} charles and necklace
C++👨‍💻
👍3🤔2
Pls give feedback about our work


Join: @Coding_000
contact -@ILOVEU_143❤️

Share my channel with your friends and college groups🥳

Trust us Expect us 👍👍😍
5🔥2👨‍💻1
Guy's,

Do you want TATA STEEL
Answers For Free

Should we post all answers for free in this group??

If you want free answers
Hit Like 👍 Button


share @Coding_000❤️
👍29
Tata steel exam help available

Electrical domain and cse domain slots  are available❤️

Contact:
@iloveu_143❤️

For slot booking 👍

💯 Clearance👨‍💻
👍3
After exam everyone is leaving 😒😒😒😒

Now tell me guys shall I post free answers or not 😒😒😒😒
👍10