Page 1 of 1

Write a Ruby code that 1. A program that takes integer as input and squares it 2. A program that groups together all bmi

Posted: Thu May 05, 2022 1:38 pm
by answerhappygod
Write a Ruby code that
1.
A program that takes integer as input and squares
it
2. A program that groups together all bmis that are
above, below, and within healthy range given a list of (weight,
height) tuples.