//ww:run-exit 11 package main; let a: f64 = 7.5; let b: f64 = 4.25; fn main() i32 = { let s: f64 = a + b; return s: i32; };