nathaliee165 nathaliee165 22-04-2024 Computers and Technology contestada Given the following code, What would the output be ________. fn main() let arra:[i32;4]=[20,30,80,50]; let arrb:[i16;4]=[5,11,23,41]; for vals in arra println!("value :",vals);