Cite This Page
Bibliographic details for Guess the number
- Page name: Guess the number
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 22 July 2024 20:06 UTC
- Date retrieved: 16 September 2024 02:34 UTC
- Permanent URL: https://rosettacode.org/wiki/Guess_the_number?oldid=367100
- Page Version ID: 367100
Citation styles for Guess the number
APA style
Guess the number. (2024, July 22). Rosetta Code. Retrieved 02:34, September 16, 2024 from https://rosettacode.org/wiki/Guess_the_number?oldid=367100.
MLA style
"Guess the number." Rosetta Code. 22 Jul 2024, 20:06 UTC. 16 Sep 2024, 02:34 <https://rosettacode.org/wiki/Guess_the_number?oldid=367100>.
MHRA style
Rosetta Code contributors, 'Guess the number', Rosetta Code, 22 July 2024, 20:06 UTC, <https://rosettacode.org/wiki/Guess_the_number?oldid=367100> [accessed 16 September 2024]
Chicago style
Rosetta Code contributors, "Guess the number," Rosetta Code, https://rosettacode.org/wiki/Guess_the_number?oldid=367100 (accessed September 16, 2024).
CBE/CSE style
Rosetta Code contributors. Guess the number [Internet]. Rosetta Code; 2024 Jul 22, 20:06 UTC [cited 2024 Sep 16]. Available from: https://rosettacode.org/wiki/Guess_the_number?oldid=367100.
Bluebook style
Guess the number, https://rosettacode.org/wiki/Guess_the_number?oldid=367100 (last visited September 16, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Guess the number --- Rosetta Code{,} ", year = "2024", url = "https://rosettacode.org/wiki/Guess_the_number?oldid=367100", note = "[Online; accessed 16-September-2024]" }
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 = "Guess the number --- Rosetta Code{,} ", year = "2024", url = "\url{https://rosettacode.org/wiki/Guess_the_number?oldid=367100}", note = "[Online; accessed 16-September-2024]" }