1- Start 2- Input the documents KTP of the new vehicle owner and a photocopy The original and photocopy of BPKB Original and photocopy of STNK Receipt and Fotocopy with stamp and signed by seller and buyer Documents of the result of the physical vehicle if(checkdocument==correct) Display("Physical checks is okay") else Display("Please complete document first for physical check") End if Next step :- Register the transfer name Propmt - How will you pay amount for registration Input : ModeOfPayment=Pay mode If (ModeOfPayment==Mobile Banking) Display "Mobile banking option" else if(ModeOfPayment==bank transfer) Display "Account Details to the user else ("Choose any one option") end if Prompt: "Please fill registration form now" Prompt - "enter user name:" Input name Prompt "Please enter your complete address" Input address if(registerForm==completed) Validate form if(ValidateForm==okay) "Send document archive else "Please fill the correct form first" end if else Display "Please Fill Registration Form" end if Prompt: "Please fill registration mutation from now" Prompt: "Input required documents" if(mutationForm == correct) Display("online BPKB bill is generated.") else Display("Incomplete form") if(repaymenet == done) Display("Pay the STNK fee and upload the STNK documents") if(documents == valid) Display("Number plate is generated") else Display("Invalid Documents") else Display("Please make the required payments") Please correct the pseudocode with the information I attach
1- Start
2- Input the documents
KTP of the new vehicle owner and a photocopy
The original and photocopy of BPKB
Original and photocopy of STNK
Receipt and Fotocopy with stamp and signed by seller and buyer
Documents of the result of the physical vehicle
if(checkdocument==correct)
Display("Physical checks is okay")
else
Display("Please complete document first for physical check")
End if
Next step :- Register the transfer name
Propmt - How will you pay amount for registration
Input : ModeOfPayment=Pay mode
If (ModeOfPayment==Mobile Banking)
Display "Mobile banking option"
else if(ModeOfPayment==bank transfer)
Display "Account Details to the user
else
("Choose any one option")
end if
Prompt: "Please fill registration form now"
Prompt - "enter user name:"
Input name
Prompt "Please enter your complete address"
Input address
if(registerForm==completed)
Validate form
if(ValidateForm==okay)
"Send document archive
else
"Please fill the correct form first"
end if
else
Display "Please Fill Registration Form"
end if
Prompt: "Please fill registration mutation from now"
Prompt: "Input required documents"
if(mutationForm == correct)
Display("online BPKB bill is generated.")
else
Display("Incomplete form")
if(repaymenet == done)
Display("Pay the STNK fee and upload the STNK documents")
if(documents == valid)
Display("Number plate is generated")
else
Display("Invalid Documents")
else
Display("Please make the required payments")
Please correct the pseudocode with the information I attach
Answer:
We need to check written pseudo code correct or not so we have done some modification and what we have done we have highlight the in the pseudo code
Step1. payment method both option can be choose any one
Step2: we have ask for the Id Card Number from the user
Step3: Registration details match with the ID Card if yes then send the documents
Step4: again repayments option can be either Mobile banking and banks transfer
Step5: else shows the make repayments
Step by step
Solved in 2 steps