Write a program that does the following: - Asks the user for an integer value and save it in a variable. I will call thi
Posted: Thu Jul 14, 2022 2:12 pm
Write a program that does the following: - Asks the user for an integer value and save it in a variable. I will call this variable lucky in the prompt from here on out. - While lucky is not equal to 7 do the following: - If it is less than 7 say: "You need bigger numbers" "If it is greater than 7 say: "Way to big" - After this ask the user for another integer and save it again as the variable lucky.