Pseudocode It
Pseudocode It
Declare
Form as string
Subject as string
Form = “”
Number of students = 0
Subject = “”
Read Form
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
STOP