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

  • Home
  • SEARCH
  • 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 3495716
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:09:38+00:00 2026-05-18T12:09:38+00:00

This may be a strange question and have no answer but I thought I

  • 0

This may be a strange question and have no answer but I thought I would post it to see how you would go about doing it. I have a line of code:

Grade = Math.Round((Math.Abs(CorrectAnswers) / TotalQuestions) * 100)

Basically that line just figures out the grade no major code work there, what I want to do is execute that specific line with different variables without running the whole application and navigating to the point in the application which for this segment would be completing a 150 question exam, or coding some #temp page and running it from there.

I am trying to track a bug in the code that happens very rarely (you know when the planets in the universe are out of cosmic alignment) and I think my issue lies with this subset and I am trying to find a better/easier way of testing it.

  • 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-18T12:09:39+00:00Added an answer on May 18, 2026 at 12:09 pm

    If you add a Class Diagram item to the project and from Solution Explorer you drag the class file which contains the method into it, you can invoke static methods (right click on the Class element or use Class Diagram Menu).
    It will ask you the values for the arguments.

    And really you do can use Immediate window (Ctrl+G or Debug->Windows menu)
    Open it and type:
    CorrectAnswers=25.5
    TotalQuestions=30
    ?Math.Round((Math.Abs(CorrectAnswers) / TotalQuestions) * 100)
    And you’ll get:
    85.0 {Double}
    Double: 85.0
    Tip: type >cls to clear the immediate window contents.
    I don’t understand how Bill says he misses it from VB6. We have it too at VisualStudio and fully functional 🙂
    Regards.
    ps:I translate from the spanish 2008 version so you could have other menu options, hotkeys, etc.

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

Sidebar

Related Questions

This may sound like a strange question, but hopefully there is an answer out
This may seem like a daft question, but i was wondering about how to
This may seem a strange question... Why would anyone want to disable such a
This may sound like a strange question, but i need to redirect all .rar
this may sound like a strange question from a Python noob, but here's the
This may sound strange but sometimes when your ASP.NET webapp isn't working and you
This may seem like a programming 101 question and I had thought I knew
This may be a doozy, but does anyone have an idea how to: Pass
This may be an oxymoron, but how would one update a data entity in
The question may sound strange but I've been struggling with it for a few

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.