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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:51:37+00:00 2026-06-14T10:51:37+00:00

I am having the same problem repeatedly, with no success. I keep getting this

  • 0

I am having the same problem repeatedly, with no success. I keep getting this error:

Type or namespace definition, or end-of-file expected

I have it twice on two curly braces at the end of my code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace Asrai
{
    class Program
    {
        public int health = 100;
        public int damage = 0;
        public static int hit = 0;

        static void Main(string[] args)
        {
            if (hit == 1)
            {
                int operator -(int health,int damage);
            }
        }
    }
}

It is probably something simple that I overlooked, but I can’t see anything wrong with this code

  • 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-14T10:51:38+00:00Added an answer on June 14, 2026 at 10:51 am

    Do this

    class Program
    {
        public static int health = 100;
        public static int damage = 0;
        public static int hit = 0;
    
        static void Main(string[] args)
        {
            if (hit == 1)
            {
                health = health - damage; // health -= damage;
            }
        }
    }
    

    Both health and damage need to be static in order for them to be accessible from a static context (in this case the Main method)

    public static int health = 100;
    public static int damage = 0;
    

    PS: You should have noticed that your code is wrong simple from the highlighting that this website does to this line of code

    int operator -(int health,int damage);
    

    int is a type. what business would it have in that line of code ?

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

Sidebar

Related Questions

Im having the same problem as this user: Cloud Foundry Playframework : Error 310:
I'm having the same problem as this question . I tried installing the libcairo
I am having the same problem as this post but the answer does not
I'm having the same problem as this thread: Git hangs indefinitely - broke with
I'm having this same problem : How can I truncate a VARCHAR to the
I'm having this same problem with PullRefreshTableViewController. Basically, I don't know how to correctly
I started out with having the same problem as in this question . As
how to solve this problem? I am having the same problem related to this
I am having the same problem as in this question . I am using
Hello I'm having the same problem from this post: Ajax.BeginForm not hiding loading element

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.