dick head

Generation

generate functionSun, 29 Jan 2023

PT ABC wants to help the police in creating a vehicle title transfer system, especially used car title transfer. To take care of the transfer of a car's name, vehicle owners need to know that the transfer process for both used and new cars is carried out in two stages, namely at the Samsat office where the car is registered and where the vehicle owner is located. Both are done so that the issuance of STNK and the issuance of BPKB are in accordance with the new motor vehicle owner. Vehicle owners are advised to seek information regarding the regulations of the car title transfer process in the place where the vehicle owner is located. Generally, each region has different requirements or ways to carry out the process of changing the name of a vehicle, including the cost of changing the name of a used car. There are several documents that must be inputted into the system as required documents. In general, the documents that must be inputted are: Identity Card (KTP) of the new vehicle owner and photocopy. Original and photocopied Motor Vehicle Owner's Book (BPKB). Original vehicle number certificate (STNK) and photocopy. Used car purchase receipt & photocopy that has been completed with a Rp 10,000 stamp duty and signed by the seller and car buyer. Vehicle physical check result document (conducted at the Samsat Office). The car title transfer process is as follows: After obtaining the physical check document, registering on the system to change the name, paying the registration fee using several payment methods such as bank transfer or mobile banking from several cooperating banks, the owner receives proof of payment, and fills out the form that has been provided in accordance with the information stated on the car's STNK. The officer validates the form to mutate it to the destination SAMSAT according to the KTP. The officer will send an archive containing the completed car documents. The vehicle owner fills out the mutation form and includes a photocopy of the KTP and pays the mutation fee. You will get an online BPKB bill that must be paid. Repayment can be done using several payment methods such as bank transfer or mobile banking from several cooperating banks and the owner receives proof of payment. Continue making payments to pay the STNK fee and the account holder receives proof of payment. Submit a photo of the STNK and proof of STNK tax payment. The vehicle owner will be given a number plate, STNK and BPKB in accordance with the data of the new motor vehicle owner. From the application idea above: Create the main logic using pseudocode;

ode START PROCEDURE check_documents RETURN True END PROCEDURE PROCEDURE register_system_title_transfer RETURN True END PROCEDURE PROCEDURE pay RETURN True END PROCEDURE PROCEDURE fill_out_form RETURN True END PROCEDURE PROCEDURE validate_form RETURN True END PROCEDURE PROCEDURE pay_mutation_fee RETURN True END PROCEDURE PROCEDURE pay_bpkb_fee RETURN True END PROCEDURE PROCEDURE pay_stnk_fee RETURN True END PROCEDURE PROCEDURE submit_stnk_photo RETURN True END PROCEDURE PROCEDURE give_number_plate RETURN True END PROCEDURE WHILE check_documents() == True IF register_system_title_transfer() == True THEN IF pay() == True THEN IF fill_out_form() == True THEN

Questions about programming?Chat with your personal AI assistant