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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T21:16:33+00:00 2026-05-29T21:16:33+00:00

I am building a RPG character generator and am having a semi-difficult time with

  • 0

I am building a RPG character generator and am having a semi-difficult time with the stats of the character. The reason I am having issues is this:

      int base = 10;

      int iStrengthStatPoints =  scan.nextInt();

      int iStrength = (base +iStrengthStatPoints);

It won’t compile because I am outputting the variable “iStrength” later in my code and it says cannot find symbol. I realize it is due to having iStrength being set to the value of base + iStrengthStatPoints. So I am wondering if there is a way I can assign a starting value to iStrengthStatPoints and then have the option to input a new value later on.

The thought I had was something like this:

      int iStrengthStatPoints = 0;

      int iStrengthStatPoints =  scan.nextInt();

It would have the base value 0 but later on I could input an overriding value. Is this possible? If not is there a way to do something similar?

  • 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-29T21:16:35+00:00Added an answer on May 29, 2026 at 9:16 pm

    If you compiler is saying that it cannot find the symbol, you are trying to print iStrength out of its scope. Chances are you are declaring the variable in one method, giving it scope local to the method, and then trying to print it later in another method. This would be true even of variables declared in the class’s constructor.

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

Sidebar

Related Questions

Building on this question , is there a simple solution for having a multi-key
I am looking into building a smallish Java rpg. I haven't found any good
Building my first SL MVVM application (Silverlight4 RC) and have some issues i don't
Building a site super quick and having it work on all my Mac browsers,
Building our Android app from Ant fails with this error: [apply] [apply] UNEXPECTED TOP-LEVEL
Building a website. When I order my tags like this, LightCycle works but Lightbox
building upon the $.fn.serializeObject() function from this question , i'd like to be able
Building a solution from Visual Studio in mono develop seems to have some issues.
I'm building a simple RPG using Pygame and would like to implement a drag-and-drop
Quick Express.js question. I've been building a simple rpg charactersheet app over the past

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.