Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.64 KB

README.md

File metadata and controls

36 lines (27 loc) · 2.64 KB

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