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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T09:08:09+00:00 2026-06-12T09:08:09+00:00

Currently i am working on a exercise and just need a push in the

  • 0

Currently i am working on a exercise and just need a push in the right direction to solve this.

The project is a six million dollar man quiz with 10 questions the exercise is to provide logic and assign a letter grade based on the number right or wrong currently ive tried

SET grade = 

IF "%right%"=="10" SET grade=A+
IF "%right%"=="9"  SET grade=B+
IF "%right%"=="7"  SET grade=C+
IF "%right%"=="5"  SET grade=D+
IF "%right%"=="4"  SET grade=F

at the end of the program it would echo the letter grade based on the %right%

Your letter grade based on answers = %grade%

I also tried

IF "%right%" == "10" (
     SET grade=A+
)

not working unless my problem is with set grade =

REM Define and initialize variables that will be used to track the total number 
REM of right and wrong answers
SET /A Right = 0
SET /A Wrong = 0
SET grade = 
  • 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-12T09:08:09+00:00Added an answer on June 12, 2026 at 9:08 am

    I made the experience that avoiding white spaces solves some problems as these are compared, too. So give this a try:

    SET right=[Your logic]
    IF %right%==10 SET grade=A+
    IF %right%==9 SET grade=B+
    ...
    ECHO Your letter grade based on answers = %grade%
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently working on a Poker java game exercise, and I get this
I'm currently working on a self-teaching exercise in programming in C# to make an
I’m currently working on a Android project and is very newbie to the Android
I'm currently working on a small project: there's a protocol for sending some strings
I'm currently working through the notepad tutorial, and exercise 2 completes the code to
I'm working through the exercises in the K&R book. Currently I'm stuck at exercise
Currently working on a project that is being developed in VS2010. I'm running Windows
As part of learning WPF I just finished working through an MS Lab Exercise
I'm working on a Cocoa programming exercise, and I need to be able to
Currently working on a project to upgrade our Goole Maps API from v2 to

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.