for mut i in 0..15 {
  i-=1;
  println!("The value of i is : {i}");
}
Comments