Introduction to functions

Introduction to functions

Today we have learned the basics about functions. They simplify come coding procedures and allow us to do the same tasks multiple times not requiring us to type them over and over.  
Pseudo – random numbers

Pseudo – random numbers

This time we made a program that draws numbers, and then checks whether they are smaller or larger than 10. So we got to know the pseudo-random function. We created the program using an array.          ...
Programming calculator

Programming calculator

It’s a beginning of our group work in programming in C#. We started with variables and we created simple, structurally built calculator. Looking forward to new challenges.