Hi im trying to input an integer from a text file that contains a word first then the integer im trying to save into a variable. for example, if i have a text file that looks like the following,
min 2
max 17
mean 5
sigma 10
i only want the 5, 10, and 2 saved into a variable. So in my code i have