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

  • Home
  • SEARCH
  • 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 8613893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T04:59:23+00:00 2026-06-12T04:59:23+00:00

How would I go about doing this logic in an if else statement? If

  • 0

How would I go about doing this logic in an if else statement?

If numeric_field_value_1 is x
   Increase numeric_field_value_2 by ?%

If numeric_field_value_1 is y
   Decrease numeric_field_value_2 by ?%

x is any number from 51 – 100.

y is any number from 49 – 0.

?% is the percentage that needs to be increased or decreased from numeric_field_value_2. For every number increase (for x) or decrease (for y) in value there is a 2% increase or decrease for every count/number. Example 53 equates to 6% increase and 45 equates to 10% decrease. Note that 50 is the base value for x and y and there is no increase or decrease when the value for x or y is 50.

*numeric_field_value_1* is a variable which value is pre-defined somewhere else.

*numeric_field_value_2* is another variable which value is pre-defined somewhere else.

Example:

numeric_field_value_1 = 60

numeric_field_value_2 = 175

Now 175 needs to be increased by 20%


numeric_field_value_1 = 45

numeric_field_value_2 = 80

Now 80 needs to be decreased by 10%

  • 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-12T04:59:25+00:00Added an answer on June 12, 2026 at 4:59 am
    if(numeric_field_value_1 > 50)
    {
        numeric_field_value_2 *= 1+((numeric_field_value_1-50)*2)/100;
    }
    else if(numeric_field_value_1 < 50)
    {
        numeric_field_value_2 *= 1-((50-numeric_field_value_1)*2)/100;
    }
    else
    {
        //Undefined behavior
    }
    

    Should do the trick.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How would I go about doing this: for( var i = 0; i <
Think about doing this: import matplotlib.pyplot as plt plt.plot(x_A,y_A,'g--') plt.plot(x_B,y_B,'r-o') plt.show() How would you
How would I go about doing a query that returns results of all rows
How would you go about doing a bit shift in NASM on a register?
The title pretty much speaks for itself. So how would I go about doing
Since PHP has no custom-class type-casting, how would I go about doing the PHP
I would like 'about' to route to 'abouts/1' I tried this: match 'about' =>
Any ideas how I would go about writing a javascript method to insert an
Just a quick question about how you would go about implementing this. I want
I would like to know how I would go about altering the HTML that

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.