Which statement about this code is correct?fn main() { let x = 5; let y = x; println!("{} {}", x, y); }