tronicscas.blogg.se

Write a pseudocode
Write a pseudocode












write a pseudocode

Set the value of "myPassword" to be is basically saying “create a variable called myPassword and put the data in it.” Variables need names, so we will call this one “myPassword” and give it a value of write this in Pseudocode we might write something like this: Create a variable "myPassword" In our case, we want to store a password. We will look at variables in more detail later on, but for now, just think of a variable as a bucket for storing data. It’s a way of describing roughly what your program needs to do while leaving the actual code down to the specific language.Ĭonsider creating a variable in C#, VB.NET and Python. One cook might use a wok with some sesame oil, another a frying pan with vegetable oil. You don’t say how to do it, or what to fry it with, you are leaving that up to the individual cook. You have one part of your recipe that says ‘Fry Beef’. Imagine you are writing a cooking recipe. Media Attachments: Presentation Video Cheatsheet 1.














Write a pseudocode