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
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)