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 6787189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:20:10+00:00 2026-05-26T17:20:10+00:00

I want the variable minne to be counted upwards once ever time I run

  • 0

I want the variable “minne” to be counted upwards once ever time I run the function “multi” and then print it back on the screen in the main function.
This doesnt happen though, it is stuck on telling me I used the function “0” times over and over again. Why is that?

//Multi

#include <iostream>


//Deklarerar variablar
int a,b,x, minne;

//Deklarerar funktioner
int multi(int a, int b);

int main(void)
{
  using std::cout;
  using std::cin; 

  while(1 < 2)
  {
  cout << "Ge mig ett nummer som du vill multiplicera:\n"; 
  cin >> a;
  cout << "\n Och ett till tack: \n";
  cin >> b;

  multi(a,b);

  cout << "\n Summan av dessa tal är: " << x << "\n";
  cout << "You have called the function: " << minne << " times.\n";
  }

  return 0;
}

int multi(int a, int b)
{
  x = a * b;

  int minne = minne + 1;

  return x, minne;
}
  • 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-05-26T17:20:11+00:00Added an answer on May 26, 2026 at 5:20 pm

    You’re hiding the global minne with your local int minne – get rid of the int and just write minne = minne + 1, or even just ++minne. Also, you don’t need to return anything from the function as you’re not using the result.

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

Sidebar

Related Questions

so i have many controllers and many views. i want my variable @random_quote to
I have a long snippet of HTML I want some javascript variable to equal
I want to pass a variable to a UIButton action, for example NSString *string=@one;
I want to add a variable number of records in a table (days) And
I want to pass a variable to he buttonEvent method in the selector. [button
I want to put a variable in a aspx so when publishing it transform
I want to change the variable value which is a member of a structure
I want to use a variable in a regex, like this: variables = ['variableA','variableB']
I want to defined a variable/parameter in CSS and access it by javascript. What
I want to make a variable length array in Javascript. Is this possible. A

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.