0% found this document useful (0 votes)
2 views3 pages

Pseudocode It

The document contains multiple sections that declare variables for different forms of input, including student information, vehicle details, and personal contact information. Each section initializes the variables and includes commands to read values for those variables. The structure suggests a programming context for data entry or collection.

Uploaded by

nathanalouis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views3 pages

Pseudocode It

The document contains multiple sections that declare variables for different forms of input, including student information, vehicle details, and personal contact information. Each section initializes the variables and includes commands to read values for those variables. The structure suggests a programming context for data entry or collection.

Uploaded by

nathanalouis
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

START

Declare

Form as string

Number of students as integer

Subject as string

Form = “”

Number of students = 0

Subject = “”

Read Form

Read Number of students

Read Subject

STOP
START

Declare

Make as string

Color as string

Price as real

Make = “”

Color = “”

Price = 0.0

Read Make

Read Color

Read Price

STOP

START

Declare
Sname as string

Adress as alphanumeric

TelephoneNumber as Strings

Name of student = “”

Student Adress = “”

Tele number = 0

Read Name of student

Read Student Adress

Read Tele number

STOP

You might also like