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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T17:59:31+00:00 2026-05-29T17:59:31+00:00

I am getting the invalid assignment error when trying to parse two strings and

  • 0

I am getting the invalid assignment error when trying to parse two strings and them perform mathematical operations on them :S

the error is in this line,

                   IfirstValue+IfirstValue;

Here is the complete code,

firstValue = 34;
    secondValue = 10;

     IfirstValue = Integer.parseInt(firstValue);
               IsecondValue = Integer.parseInt(secondValue);

                   if (operator == 3){
                       IfirstValue+IfirstValue;
                   }

I tried replacing ‘+’ by ‘-‘ , ‘/’ , ‘*’ but the error remains same :S

(operator is input from the user)

please explain why it is happening.

  • 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-29T17:59:32+00:00Added an answer on May 29, 2026 at 5:59 pm

    Because you don’t assign the result of the expression. Try:

    IfirstValue = IfirstValue+IfirstValue;
    

    or

    IfirstValue += IfirstValue;
    

    Also, please avoid starting variable names with capital letters, it violates Java’s coding convention.

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

Sidebar

Related Questions

I am getting this error: Data at the root level is invalid. Line 1,
I'm getting the invalid lvalue error using gcc 3.4.6. The line that invokes the
I'm getting this error: The remote certificate is invalid according to the validation procedure.
Im getting invalid argument error when running the following code. Im trying to change
I'm getting the error Invalid argument supplied for foreach() even though the array being
I am busy with an assignment an I am getting an error from the
I'm getting Invalid expression term : error if I use <%:%> with VWD2010 Express,
I'm trying to execute an Insert statement, but keep getting a Invalid object name
I'm getting the error Invalid expression term else . Also an error by the
Hey I am getting this error: error: conversion to non-scalar type requested Here are

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.