Cite This Page
Bibliographic details for Keyboard input/Obtain a Y or N response
- Page name: Keyboard input/Obtain a Y or N response
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 9 October 2024 13:11 UTC
- Date retrieved: 18 January 2025 04:31 UTC
- Permanent URL: https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220
- Page Version ID: 371220
Citation styles for Keyboard input/Obtain a Y or N response
APA style
Keyboard input/Obtain a Y or N response. (2024, October 9). Rosetta Code. Retrieved 04:31, January 18, 2025 from https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220.
MLA style
"Keyboard input/Obtain a Y or N response." Rosetta Code. 9 Oct 2024, 13:11 UTC. 18 Jan 2025, 04:31 <https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220>.
MHRA style
Rosetta Code contributors, 'Keyboard input/Obtain a Y or N response', Rosetta Code, 9 October 2024, 13:11 UTC, <https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220> [accessed 18 January 2025]
Chicago style
Rosetta Code contributors, "Keyboard input/Obtain a Y or N response," Rosetta Code, https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220 (accessed January 18, 2025).
CBE/CSE style
Rosetta Code contributors. Keyboard input/Obtain a Y or N response [Internet]. Rosetta Code; 2024 Oct 9, 13:11 UTC [cited 2025 Jan 18]. Available from: https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220.
Bluebook style
Keyboard input/Obtain a Y or N response, https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220 (last visited January 18, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Keyboard input/Obtain a Y or N response --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220", note = "[Online; accessed 18-January-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Keyboard input/Obtain a Y or N response --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Keyboard_input/Obtain_a_Y_or_N_response?oldid=371220}", note = "[Online; accessed 18-January-2025]" }