C# Tutorial – Create a UCAS Calculator for BTEC V1

Welcome to this UCAS calculator tutorial. In this tutorial we will create a simple UCAS calculator using visual studio with C# programming language. In this tutorial we will be looking in-depth information about the components used flow charts and the outcome of the program.

Lesson objectives

  1. Using the components in visual studio such as text box, labels and buttons
  2. Using c# if statements to determine the results
  3. Calculating results based on user input
  4. GUI elements used in windows form
  5. Users will enter pp, mp, mm, dm, dd
  6. Based on the user input the program will display the results accordingly.
ucas_calculator_tutorial_mooict



Comments are closed.