Page 1 of 1

Q#1: Convert the code into descriptive code, and verify using White Box Testing. Arr[] ={4.8.9.2.9, 16, 67, 45, 90, 12}

Posted: Mon May 02, 2022 12:04 pm
by answerhappygod
Q 1 Convert The Code Into Descriptive Code And Verify Using White Box Testing Arr 4 8 9 2 9 16 67 45 90 12 1
Q 1 Convert The Code Into Descriptive Code And Verify Using White Box Testing Arr 4 8 9 2 9 16 67 45 90 12 1 (8.59 KiB) Viewed 63 times
Q#1: Convert the code into descriptive code, and verify using White Box Testing. Arr[] ={4.8.9.2.9, 16, 67, 45, 90, 12} key=22 for(int i=0; i<10; i++) if (Arr == key) Print(key value found at : 1) end-if end-for Print (Key is not present in the list)