emmawitt803 emmawitt803 22-04-2024 Computers and Technology Answered What will be the output of the following code? let st=String from("hello"); println!("", st[..]); 1) hel 2) llo 3) he 4) hello