I need help with this .. completely lost.

i have to convert these 2 algorithms to match my files .h and additional .cpp program i just dont understand the way you are supposed to write these in source code here is my algorithms someone please show me how these look my teachers a douche and wont email me back and wont return my phone calls. Please explain these to me i only got a few days left to submit i asked him monday and have heard nothing.. and as i have said before my book is crap it doesn't explain or give examples of what these types of files are structured or anything.

here they are ..

Start
// Declarations
// Automobile myAuto
// string vin
// string make
// string model
// string color
// output "Please enter the Vehicle Identification Number: "
// input vin
// output "Please enter the Make: "
// input make
// output "Please enter the Mode: "
// input model
// output "Please enter the color: "
// input color
// Set the VIN for myAuto
// Set the Make for myAuto
// Set theModel for myAuto
// Set the Color for myAuto
// output "VIN: ", myAuto.getVin()
// output "Make: ", myAuto.getMake()
// output "Model: ", myAuto.getModel()
// output "Color: ", myAuto.getColor()
// Stop


and
// Pseudocode PLD Chapter 10 #4 pg. 446
// Start
// Declarations
// Automobile myAuto
// string vin
// string make
// string model
// string color
// output "Please enter the Vehicle Identification Number: "
// input vin
// output "Please enter the Make: "
// input make
// output "Please enter the Mode: "
// input model
// output "Please enter the color: "
// input color
// Set the VIN for myAuto
// Set the Make for myAuto
// Set theModel for myAuto
// Set the Color for myAuto
// output "VIN: ", myAuto.getVin()
// output "Make: ", myAuto.getMake()
// output "Model: ", myAuto.getModel()
// output "Color: ", myAuto.getColor()
// Stop


// please some one help me i am overwhelmed

Topic archived. No new replies allowed.