0
how to code car parking using visual studio c# with total payment.please help
need help im new in vs.
2 Respuestas
+ 2
Hi Joey,
You can do anything with C# using Visual Studio or another IDE, but first you need to design the application flow with the client requirements, next define the database you will use. The payment process depend of requirements. Be more detailed.
Happy Codes!
0
this is the example.
Parking Application.using visual studio c#
the user must input the car type,hour in,minutes in,hour left, minutes left.
then the output will be like this.
Vehicle: CAR
Time in: 4:15
Time left: 9:50
Parking Time: 5 hrs and 35 min
Rate:4.00/hr
Total Charge: 24.00
please help.