Page 1 of 1

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
by answerhappygod
Write A Program That Does The Following Asks The User For An Integer Value And Save It In A Variable I Will Call Thi 1
Write A Program That Does The Following Asks The User For An Integer Value And Save It In A Variable I Will Call Thi 1 (50.37 KiB) Viewed 17 times
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.