Skip to content

Containing the tasks from Softuni's course "Programming Basics"

Notifications You must be signed in to change notification settings

gaydov/Softuni-Programming-Basics

Repository files navigation

Softuni-Programming-BasicsSoftuni logo

Containing the tasks from Softuni's course Programming Basics.

The repository was recreated on Jan 27th 2017 in order to include the whole projects and not the .cs files only. Also .gitignore file was added.

The course gives initial programming skills:

  • working with IDE (Visual Studio);
  • using variables, operators, expressions;
  • using the console for input and output of data;
  • using conditional statements - if, if - else, switch - case;
  • using loops - for, while, do-while, foreach;

Tasks

  1. First Steps in Coding
  2. Simple Calculations
  3. Simple Conditional Statements
  4. Complex Conditional Statements
  5. Simple Loops
  6. Drawing Figures with Loops
  7. Advanced Loops

Exams