Rules for Pseudocode
- Write only one statement per line
- Capitalize initial keyword
- Indent to show hierarchy
- End multiline structures
- Keep statements language independent
<!DOCTYPE html> <html> <head> <title>Check Box</title> </head> <body> <input ty...
No comments:
Post a Comment