This repository contains Dart code for some problem solving.
- task_operations: Write program using two variables calculation sum, mult, minus, divi, two variable input by user
- task_Marks: write program select marks if the pass or not in exam (A, B, C, D, F) should using if condition
- task_Colors: write program input charater color (R, G, B) then print color using switch
- task_evenNumber: write program using for loop print even number (2 to 20)
- task5: write program using while found GCD
- task_products: write program input user how many products and price then list show all information of products (ex: just three products)