Mindblown: a blog about philosophy.
-
Break Statement
The Break statement is used in PowerShell to exit the loop immediately. It can also be used to stop the execution of a script when it is used outside the switch or loop statement. Examples Example 1: The following example displays how to use a break statement to exit a ‘for’ loop: Output:1 2 3 4 5 In…
-
Example 3:
The following example uses for loop with continue statement: Output:10 9 8 7 6 4 3 2 1
-
Example 2:
The following example uses a do-while loop with a continue statement which displays the values from 10 to 20, excluding 15 and 18. Output:10 11 12 13 14 16 17 19 20
-
Continue Statement
The Continue statement is used in PowerShell to return the flow of the program to the top of an innermost loop. This statement is controlled by the for, Foreach and while loop. When this statement is executed in a loop, the execution of code inside that loop following the continue statement will be skipped, and the next iteration of a loop…
-

Indian Spicy Mocha Recipe
Ingredients: How to make :
-

DIY spiced coffee
Ingredients: Directions:
-

Indian Spiced Coffee
INGREDIENTS For Coffee Spice Mix: For Indian Spiced Coffee: INSTRUCTIONS: Make Coffee Spice Mix: How to Make Indian Spiced Coffee in a Pan: How to Make Indian Spiced Coffee in a microwave:
-

Spiced Coffee
Ingredients Directions Nutrition Facts 1 cup: 64 calories, 0 fat (0 saturated fat), 0 cholesterol, 10mg sodium, 15g carbohydrate (13g sugars, 0 fiber), 0 protein.
-

Mint Mojito Iced Coffee
INGREDIENTS INSTRUCTIONS NOTES *If making this vegan, be sure to use non-dairy creamer such as coconut or almond milk. Big thanks to Philz Coffee in San Francisco for the inspiration!
-

Nutella Mint Cold Coffee
Ingredients Instructions Combine all the ingredients except the ice in a blender and blend well.Serve over ice with a dash of cinnamon as a garnish if desired and enjoy!
Got any book recommendations?