About 2,070,000 results
Open links in new tab
  1. Populating an Array in Pseudocode with User's Input - YouTube

    This video explains in pseudocode how to populate an array with user's input.

  2. 6 PSEUDOCODEARRAY – Computer Science with Moshikur

    To input values into an array from user input, we can use a loop to iterate through each element of the array and prompt the user to enter the corresponding value. Here’s how we can achieve …

  3. using a for loop to assign values to elements in an array in simple ...

    Oct 17, 2019 · How would I, using a for loop, populate the above array without having 5 individual statements that assign values to each element in the array? I have tried: display "enter value" …

  4. Data input to a two dimensional array in pseudo code

    May 19, 2012 · A couple of things are wrong with your pseudocode: You're trying to validate grade before you have read it; You're not explicitly populating the 2-dimensional array Grades; …

  5. Arrays - 0478 IGCSE Tutorial - Pseudocode Pro

    So far we have just looked at how to store single values in variables or constants - if we need to store multiple values of the same data type, we can use arrays. Some advantages of arrays: …

  6. PseudoCode Cheat Sheet - Zied

    Validating user's input. For this example I am validating if the input is a positive integer; Using WHILE

  7. Arrays - ISF DP Computer Science

    💻 Search through an Array to find the user input. Create an array with 10 numbers; Get user input; Check whether the user input is in the array; Here are two example interactions for this array:

  8. Declaring an array in pseudocode - Stack Overflow

    May 24, 2021 · DECLARE NameOfArray: ARRAY [1st row: Last row] OF Datatype. example: DECLARE ListOfBuyers : ARRAY [0:1] OF STRING

  9. Pseudocode Mastery

    We'll cover how to declare, initialize, and use arrays, as well as dive into array operations and looping through arrays. 1. Introduction to Arrays. An array is like a list of values, each …

  10. Arrays - IGCSE Computer Science Revision Notes - Save My Exams

    Apr 8, 2025 · Learn about arrays for your IGCSE computer science exam. This revision note includes declaration, indexing, and manipulation.

Refresh