GithubHelp home page GithubHelp logo

hopepham98 / programmingstudyapp Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 106 KB

An application that enables to take a short quiz on programming terms and tries to receive points.

License: MIT License

C# 100.00%

programmingstudyapp's Introduction

ProgrammingStudyApp ๐Ÿ“š

This is an application that was created during my Summer 2020 Intro to Programming class. An application that enables to take a short quiz on programming terms and tries to receive points.

Assignment Challenge(s)

The biggest challenge that I face when building this application was the random method code since I didn't know how to formate that, but with my professor's help, I ended up figuring it out. I also had some difficulties with inserting codes to allow players to receive points and formate my questions and answer using an array or list. However, I figure that out with the help with my professor and the internship.

Image of Application Intro:

ProgrammingStudyApp

Question Code Example:

 public void Questionone()
        {
            ForegroundColor = ConsoleColor.Green;
            
            Console.Write("Q1) What is a string?\n1) a data type of number and object.\n2) a sum of number.\n3) a data type of charaters.\n4) none of the above.\n");
            int answer1 = Convert.ToInt32(Console.ReadLine());
            Console.ReadKey();
            String message1 = (answer1 != 3) ? "INCORRECT! Please try again." : "CORRECT!";
            Console.WriteLine(message1);

            ReadLine();
            Clear();
            Questiontwo();
        }

programmingstudyapp's People

Contributors

hopepham98 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.