Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. I need to Create a Quiz Program.

I need to Create a Quiz Program.

Scheduled Pinned Locked Moved C#
question
7 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    Alex501
    wrote on last edited by
    #1

    It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

    G T realJSOPR L P 6 Replies Last reply
    0
    • A Alex501

      It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      So what's the problem?

      #region signature my articles #endregion

      1 Reply Last reply
      0
      • A Alex501

        It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

        T Offline
        T Offline
        Thomas Stockwell
        wrote on last edited by
        #3

        No one here will write the program for you, but if you need help with writing the program the forums can help. And the program you are speaking of sounds like a basic program.

        Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]

        1 Reply Last reply
        0
        • A Alex501

          It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

          realJSOPR Offline
          realJSOPR Offline
          realJSOP
          wrote on last edited by
          #4

          Looks like homework to me...

          "Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
          -----
          "...the staggering layers of obscenity in your statement make it a work of art on so many levels." - Jason Jystad, 10/26/2001

          1 Reply Last reply
          0
          • A Alex501

            It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

            L Offline
            L Offline
            Lost User
            wrote on last edited by
            #5

            When is your homework due?

            Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns

            1 Reply Last reply
            0
            • A Alex501

              It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

              P Offline
              P Offline
              pmarfleet
              wrote on last edited by
              #6

              Here's a quiz question for you: What happens when someone asks members of a CodeProject forum to do their homework for them? When you figure out the answer, hopefully you'll understand what you have to do.

              Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush

              1 Reply Last reply
              0
              • A Alex501

                It should look like this one. Welcome to The Quiz Program! You can be quizzed on any of the following operators: 1) % (modulus, or 'remainder') 2) * (multiplication) 3) / (integer division) 4) / % (integer division & modulus in a combined challenge! Type the number of the operator that you wish to be quizzed on: 1 I will ask you to tell me the result of A % B What is the smallest value of A: 0 What is the largest value of A: 100 What is the smallest value of B: 40 What is the largest value of B: 50 How many times do you wish to be quizzed: 3 Ok, we're ready to go! What is the result of 92 % 44? 4 4 is correct! What is the result of 92 % 48? 4 Good try, but no: 92 % 48 = 44 What is the result of 18 % 47? 47 Good try, but no: 18 % 47 = 18 Thank you for using this program - have a nice day! Press the 'Return' key to exit

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #7

                Hellllooooooo. Hellloooooooo. Can you hear the wind whistling unhindered through the vast emptiness existing between your ears? It must be lonely for your last remaining braincell.

                Deja View - the feeling that you've seen this post before.

                My blog | My articles

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups