In my code, I\'m asking the user to input three different values divided by a blank space. Then, those three different values I would like to assign them to three different
Take input from user.
split that line using delimeter space i.e " ".
inside for loop change each index element to double.By using Double.parseDouble(splitted[i]);