Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Create Your Calculator: Learn C# Programming Basics Fast
Rating: 4.5 out of 5(1 rating)
507 students
Created byGoh Ming Hui
Last updated 9/2018
English

What you'll learn

  • Develop their own Calculator

Course content

1 section24 lectures1h 40m total length
  • Getting Started7:41

    Start learning C# basics by setting up your development tools, downloading the necessary components, and following a clear getting started workflow to begin building a calculator.

  • Hello World Software2:18

    Create your first hello world console application, exploring a simple program and how to run it, then press any key to continue.

  • Data Types and Variables2:55
  • Data Types Conversion6:00

    Explore data types conversion in C# basics, including converting strings to numbers and using integer and decimal data types. See how to apply these conversions to simple calculator scenarios.

  • Data Types Conversion II5:56

    Explore data type conversion in C#, focusing on integers versus floating-point types, and using casting to convert values between types, illustrated by sample outputs.

  • Arithmetic Operators3:21

    Learn how arithmetic operators work in C# by manipulating integer values and building a runnable program that demonstrates basic math operations.

  • Relation Operators2:43

    Explore relation operators in C#, using true/false comparisons and operators such as greater than, less than, equal to, and greater than or equal to, less than or equal to.

  • OR AND5:15

    Explore boolean logic using or and and operators, evaluating true and false outcomes for A and B, including not equal cases, to build basic C# conditions.

  • Assignment Operators4:31

    Explore assignment operators in C# using integers, and see how expressions like seven plus eight, seven minus eight, and seven divided by eight assign values.

  • Array5:10

    Learn to create arrays in C# to store multiple values and access them with zero-based indices. Practice retrieving and updating array elements by their positions.

  • Decision Making8:09

    Master decision making by building if statements and else branches, testing conditions, and observing program outputs for comparisons like less than or equal to 5.

  • Decision Making 25:38
  • Loops1:38

    Learn how to use loops in c# to print repeated values, including for, while, and do while loops, and apply them to simple tasks.

  • Loops 20:54

    Master C# programming basics fast with loops 2, using simple state management concepts and practical examples to enhance confidence and problem-solving.

  • Loops 30:59
  • Loops 42:18

    Practice basic loop concepts by incrementing a counter by one, observing the program output, and understanding how repetitive execution drives results in C#.

  • Loops 51:33

    Explore basic c# programming concepts with an array, print output, and a four inch screen to illustrate a simple program.

  • Methods4:44

    Learn how to define and call methods in C#, write functions that return values, and use parameters and types, with console examples to build basic calculator logic.

  • Object and Classes4:31

    Create and use objects and classes to model shop items, define properties such as color and size, and implement constructors to initialize new items in C#.

  • Object and Classes 23:05
  • Put Everything Together - Create Your Own Calculator6:53
  • Put Everything Together - Create Your Own Calculator 22:03
  • Put Everything Together - Create Your Own Calculator 31:58

    Practice building your own calculator by selecting tools, removing elements, and running calculations to observe results, reinforcing hands-on C# programming basics for rapid learning.

  • Put Everything Together - Create Your Own Calculator 410:29

    Learn to build a calculator by defining a class with properties and methods in c#, handle parameters, implement addition, subtraction, and multiplication, and manage private access to variables.

Requirements

  • Computer Knowledge

Description

Why learn Programming?


According to Marbella International Universit Centre,


1. To get money

A software developer is the most in-demand job in the world. The world needs tons of software developers for data science, application development, and web development.


2. To become a better boss (or workmate)

You will need to work with programmers or manage them. According to experience, there is normally a big gap between business people and IT people.


3. To satisfy your curiosity

We are surrounded by all types of devices, and we are at all times using the programs and applications. Aren't you curious about how these work?


4. To automatize your daily tasks

Are you tired of doing repetitive tasks? Well, if you learn to program, you will be able t develop your own programs and applications to ease your daily tasks.


5. To improve your problem-solving and abstraction skills

When you learn to program, you improve your problem-solving and abstraction skills, and these skills are very important for many tasks in our personal and professional life.



This is the bite-size course to learn C# Programming. You will learn C# Programming very fast and You will create your own calculator very soon after learning the course.

You can look at the following courses to get the SVBook Advanced Certificate in Software Development

SVBook Advanced Certificate in Software Development is given to people who have completed the following courses:

  • - Create Your Calculator: Learn R Programming Basics Fast

  • - Create Your Calculator: Learn Python Programming Basics Fast

  • - Create Your Calculator: Learn C Programming Basics Fast

  • - Create Your Calculator: Learn C# Programming Basics Fast

  • - Create Your Calculator: Learn Java Programming Basics Fast

  • - Create Your WebBrowser: Learn C# Fundamentals Practically

and passed a 50 questions Exam. The six courses are created to help learners understand programming basics. The learner will be able to program R, Python, C, C#, and Java after the courses


Content

  1. Getting Started

  2. Hello World Software

  3. Variables and Data Types

  4. Data types Conversion

  5. Data Types Conversion II

  6. Arithmetic Operators

  7. Relational Operators

  8. Logical Operators

  9. Assignment Operators

  10. Array

  11. Decision Making I (IF statements)

  12. Decision Making 2 II (Switch Statements)

  13. Loop (while loop, for loop, do while, foreach loop)

  14. Loop 2 (while loop, for loop, do while, foreach loop)

  15. Loop 3 (while loop, for loop, do while, foreach loop)

  16. Loop 4 (while loop, for loop, do while, foreach loop)

  17. Loop 5 (while loop, for loop, do while, foreach loop)

  18. Methods

  19. Objects and Classes I

  20. Object and Classes II

  21. Create Your own Calculator

  22. Create Your own Calculator 2

  23. Create Your own Calculator 3

  24. Create Your own Calculator 3

Who this course is for:

  • Beginner Programmer curious in C# Programming