Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8825905
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T06:59:34+00:00 2026-06-14T06:59:34+00:00

I was wondering if anyone can tell me the error with my code. I’m

  • 0

I was wondering if anyone can tell me the error with my code. I’m trying to make an algorithm that searches through elements in an array, and returns ‘true’ if the element is ‘less than i’ and ‘greater than u’. I can’t quite understand why this doesn’t seem to work. It sometimes returns true but appears to ignore the first element of the array, others not so much.

Additionally to this, I want to experiment with a ‘divide and conquer’ version of this, now I understand some of the theory behind this. The use of a ‘pivot’ point and dividing the array into two smaller problems but have no idea how to implement it, if anyone can elaborate on either of these issues I’d be most grateful. thanks.

#include <iostream>

using namespace std;

bool ArrayCheck(int length) {
    int A[] = { 5, 10, 20, 25, 50 };
    int i = 40;  //less Than
    int u = 15;  //Greater Than

    for (int Count = 0; Count < length; Count++) { //Counter
        if (A[Count] <= i && A[Count] >= u) { //Checker
            return true;
            break;
        } else {
            return false;
        }
    }
}

int main() {
    cout << ArrayCheck(5);
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T06:59:35+00:00Added an answer on June 14, 2026 at 6:59 am

    Is the else supposed to be there? It seems like the else { return false } line should just be removed and you could add return false after the entire loop…

    Should be something like:

    for(...)
    {
        if(condition)
        {
             return true;
        }
    }
    return false;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Came across this error today. Wondering if anyone can tell me what it means:
i was wondering if anyone can tell me how to make this script work.
I'm new to Oracle and I'm wondering if anyone can tell me what is
Wondering if anyone can suggest a good file replication tool that will replicate across
Im just wondering if anyone can tell me how does windows deal with copying
I am wondering if anyone can tell me where I am going wrong. I
Just wondering can anyone tell me how to access the file field variable in
Was wondering if anyone can anyone tell me of there is a web-based Biztalk
I am wondering if anyone can definitively tell me if Flash / AIR can
Wondering if anyone can tell me how to use the Apache Lucene method 'valueOf(String)'

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.