Reed-Custer High School

Reed-Custer High School[2] is a 4-year public high school located at 249 Comet Drive in Braidwood, a southwest suburb of Chicago, Illinois. RCHS is part of the Reed-Custer School District (255U).

Reed-Custer High School
Address
249 Comet Drive

,
United States
Coordinates41.2583°N 88.206°W / 41.2583; -88.206
Information
TypePublic high school
PrincipalTim Ricketts
Grades9-12
Enrollment475 (2017-2018)[1]
Color(s)              
Athletics conferenceInterstate 8
NicknameComets
Websitewww.rc255.net/rchs/Pages/default.aspx

Notable alumni

gollark: We need some sort of Rust-based RPG, because Rust is good, all Hail Rust Rust Rust, Rust Rust, Rust... Rust.
gollark: ```rustuse wasm_bindgen::prelude::*;#[derive(Default)]pub struct Counter { value: i32,}pub enum Message { Increment, Decrement, Reset,}impl draco::App for Counter { type Message = Message; fn update(&mut self, _: &draco::Mailbox<Message>, message: Self::Message) { use self::Message::*; match message { Increment => self.value += 1, Decrement => self.value -= 1, Reset => self.value = 0, } } fn render(&self) -> draco::Node<Self::Message> { use draco::html as h; h::div() .push(h::button().push("-").on("click", |_| Message::Decrement)) .push(self.value) .push(h::button().push("+").on("click", |_| Message::Increment)) .push(h::button().push("Reset").on("click", |_| Message::Reset)) .into() }}#[wasm_bindgen]pub fn start() { draco::start( Counter::default(), draco::select("main").expect("main").into(), );}pub fn main() {}```RUSTRUSTRUSTRUST
gollark: General ignorethisU Role Playing System.
gollark: Gurp gurp.
gollark: CnC? CaC? C&C?

References

  1. "Reed-Custer High School". National Center for Education Statistics. Retrieved November 25, 2017.
  2. RCHS Website
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.