Dim Space(6), time, cost as integer
Dim Carp(6), place as string
console.WriteLine("Welcome to THE parking app")
Carp(1)= "1. Abbey Foregate"
Carp(2)= "2. Bridge Street"
Carp(4)= "4. Raven Meadows"
Carp(5)= "5. St Julian Friars"
console.WriteLine(Carp(i) & ": " & Space(i) & " Spaces")
console.WriteLine("Where would you like to park? (In the form of the numbers next to the carpark name)")
place= console.ReadLine()
Loop Until place>0 AND place<7
console.WriteLine("This carpark is full, please choose another park")
Loop until place<3 OR place>3
console.WriteLine("You can park here")
console.WriteLine(Space(i) & " spaces left")
console.WriteLine("You can park here")
console.WriteLine(Space(i) & " spaces left")
console.WriteLine(Carp(i) & ": " & Space(i) & " Spaces")