fn main() -> int { let x = 25; if x < 10 { return 10; } else if x > 50 { return 50; } return 65; }