Pseudo Code:
Form Create A Zoho Account
Declaration:
Email address,password,re-enter password: char
Description:
Begin
Begin
Writeln (“Email Adress: ”)
Read (email)
Writeln (“Password: ”)
Read (password)
Writeln (“ Re-enter Password: ”)
Read (reenter)
Write (“email”)
Write (“password”)
Write (“reenter”)
Writeln (“Thank you very much” + email + “ You have ZOHO
account now”)
Writeln (“your email address: “ + email)
Writeln("-----------------------------------------")
Writeln("
ACCOUNT INFORMATION
")
Writeln(“ “)
Writeln("A verification email has been sent to " +email+ "
Please click the link given in that email to confirm your registration.")
Writeln("*NOTE :")
Writeln("-If your registration is not confirmed, Zoho reserves
the right to deactivate or close it later without notice.")
Writeln("-Add Zoho Team in white-list or zohoaccounts.com> in
allowed domain.")
Writeln("-If you don't see our mail, please check your spam
folder also.")
Writeln("-----------------------------------------")
End.
0 komentar:
Posting Komentar