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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T22:20:15+00:00 2026-06-14T22:20:15+00:00

This is probably one of the weirdest errors I’ve come across so far. private

  • 0

This is probably one of the weirdest errors I’ve come across so far.

private void BUEquals_Click(object sender, EventArgs e)
            {
                input2 = float.Parse(TBAnswer.Text);

                if (choice == 0)
                    TBAnswer.Text = (input1 + input2).ToString();
                else if (choice == 1)
                    TBAnswer.Text = (input1 - input2).ToString();
                    TBStored.Text = TBStored.Text + '-' + (input2).ToString();
                else if (choice == 2)
                    TBAnswer.Text = (input1 * input2).ToString();
                else
                    TBAnswer.Text = (input1 / input2).ToString();
                input1 = 0;
            }

Ever since I added line 9, line 10 has been shoving errors that I can’t make any sense of.
The “else” gets a red underline, saying that it’s an invalid expression term, and “if” gets a red underline saying that a semi-colon is expected.

Any ideas? I’ve honestly got nothing here. Thanks in advance!

EDIT: OK, turns out this is the most rookie-ish error I’ve ever made. Thanks for the help! Wonder how long it would have taken me to see that by myself…

  • 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-14T22:20:17+00:00Added an answer on June 14, 2026 at 10:20 pm

    You are missing { } around the second case statement.

      if (choice == 0)
           TBAnswer.Text = (input1 + input2).ToString();
       else if (choice == 1)
       {   // Added
           TBAnswer.Text = (input1 - input2).ToString();
           TBStored.Text = TBStored.Text + '-' + (input2).ToString();
       }   // Added
       else ...
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This probably has a one click solution, i know debugging web pages in VS2010
This is probably a simple one to answer, but I'm stuck, so here goes.
This is probably a simple one but I can't seem to figure it out.
This is probably an easy one, but I'm missing something I guess. The problem
Morning y'all This is probably an easy one but I barely got any sleep
So this one is probably very simple, but I'm having a bit of trouble
This is probably a really simple question but one I've never quite worked out
This is probably a long shot but I asked a question about converting one
This is probably a basic html/css question... I have a simple one-button form that
I'm a bit of a n00b with jquery so this one is probably an

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.