francine2243 francine2243 Today at 10:29 PM Computers and Technology Answered Write a code that will execute until you enter n/NDeclare String sure = "y"While sure != "Y" && sure != "y"Display "Are you sure you want to quit?enetr Y/y or n/N"Input sureEnd